[QT-304] Add enos ui scenario (#18518)

* Add enos ui scenario
* Add github action for running the UI scenario
This commit is contained in:
Mike Baum
2023-02-03 09:55:06 -05:00
committed by GitHub
parent 7f1e0216f2
commit 6b7787c86a
11 changed files with 507 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
#!/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