We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8da955 commit bad5a9bCopy full SHA for bad5a9b
.github/workflows/e2e-base.yml
@@ -50,6 +50,7 @@ jobs:
50
FIXTURES_PATH: '/tmp/fixtures.json'
51
USE_LOADTEST_PROJECT_FIXTURE: true
52
run: |
53
+ sleep 5
54
cat $FIXTURES_PATH
55
HELPERS_PATH=${{github.workspace}}/loadtest/tests/helpers
56
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
0 commit comments