We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cd834 commit 44e7869Copy full SHA for 44e7869
.github/workflows/e2e-base.yml
@@ -43,6 +43,7 @@ jobs:
43
cd ${{github.workspace}}/loadtest
44
HELPERS_PATH=${{github.workspace}}/loadtest/tests
45
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
46
+ sleep 300
47
$CONDA_ENV_PATH/python tests/setup_project.py
48
cat $FIXTURES_PATH
49
0 commit comments