Mike Baum 6b7787c86a
[QT-304] Add enos ui scenario (#18518)
* Add enos ui scenario
* Add github action for running the UI scenario
2023-02-03 09:55:06 -05:00

11 lines
193 B
Bash
Executable File

#!/usr/bin/env bash
set -eux -o pipefail
project_root=$(git rev-parse --show-toplevel)
pushd "$project_root" > /dev/null
echo "running test-ember-enos"
make test-ember-enos
popd > /dev/null