mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
[QT-304] Add enos ui scenario (#18518)
* Add enos ui scenario * Add github action for running the UI scenario
This commit is contained in:
10
enos/modules/vault_test_ui/scripts/test_ui.sh
Executable file
10
enos/modules/vault_test_ui/scripts/test_ui.sh
Executable 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
|
||||
Reference in New Issue
Block a user