We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9210c7a commit 71d898fCopy full SHA for 71d898f
.github/workflows/e2e-base.yml
@@ -55,4 +55,5 @@ jobs:
55
HELPERS_PATH=${{github.workspace}}/loadtest/tests
56
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
57
cd ${{github.workspace}}/loadtest/tests
58
+ echo "Running e2e tests with marker $MARKER"
59
./run_e2e_on_runner.sh $MARKER
0 commit comments