Skip to content

Commit 74efa85

Browse files
committed
Trigger action
1 parent 45f0541 commit 74efa85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-base.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
FIXTURES_PATH: '/tmp/fixtures.json'
4141
run: |
4242
cd ${{github.workspace}}/loadtest
43-
HELPERS_PATH=${{github.workspace}}/loadtest/tests/
43+
HELPERS_PATH=${{github.workspace}}/loadtest/tests
4444
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
4545
$CONDA_ENV_PATH/python tests/setup_project.py
4646
cat $FIXTURES_PATH
@@ -52,7 +52,7 @@ jobs:
5252
USE_LOADTEST_PROJECT_FIXTURE: true
5353
run: |
5454
cat $FIXTURES_PATH
55-
HELPERS_PATH=${{github.workspace}}/loadtest/tests/
55+
HELPERS_PATH=${{github.workspace}}/loadtest/tests
5656
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
5757
cd ${{github.workspace}}/loadtest/tests
5858
./run_e2e_on_runner.sh $MARKER

0 commit comments

Comments
 (0)