We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743c9d5 commit 45f0541Copy full SHA for 45f0541
.github/workflows/e2e-base.yml
@@ -40,7 +40,7 @@ jobs:
40
FIXTURES_PATH: '/tmp/fixtures.json'
41
run: |
42
cd ${{github.workspace}}/loadtest
43
- HELPERS_PATH=${{github.workspace}}/loadtest/tests/helpers
+ HELPERS_PATH=${{github.workspace}}/loadtest/tests/
44
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
45
$CONDA_ENV_PATH/python tests/setup_project.py
46
cat $FIXTURES_PATH
@@ -52,7 +52,7 @@ jobs:
52
USE_LOADTEST_PROJECT_FIXTURE: true
53
54
55
56
57
cd ${{github.workspace}}/loadtest/tests
58
./run_e2e_on_runner.sh $MARKER
0 commit comments