We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4541eca commit c6dadd7Copy full SHA for c6dadd7
.github/workflows/e2e-base.yaml
@@ -60,7 +60,7 @@ jobs:
60
PYTEST_TIMEOUT: 1200
61
PARALLEL_TESTS: 5
62
run: |
63
- echo "Running e2e tests with marker $MARKER"
+ echo "Running e2e marker $MARKER"
64
HELPERS_PATH=${{github.workspace}}/loadtest/tests
65
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
66
cd ${{github.workspace}}/loadtest/tests
0 commit comments