We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e87796 commit 4a8ad21Copy full SHA for 4a8ad21
.github/workflows/e2e-base.yml
@@ -43,7 +43,7 @@ jobs:
43
HELPERS_PATH=${{github.workspace}}/loadtest/tests
44
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
45
$CONDA_ENV_PATH/python tests/setup_project.py
46
-
+
47
- name: Runs only e2e tests suite
48
env:
49
MARKER: python_quick_e2e
@@ -56,4 +56,5 @@ jobs:
56
57
58
cd ${{github.workspace}}/loadtest/tests
59
+ echo "Running e2e tests with marker $MARKER"
60
./run_e2e_on_runner.sh $MARKER
0 commit comments