Skip to content

Commit 4a8ad21

Browse files
committed
Trigger new tests
1 parent 3e87796 commit 4a8ad21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-base.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
HELPERS_PATH=${{github.workspace}}/loadtest/tests
4444
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
4545
$CONDA_ENV_PATH/python tests/setup_project.py
46-
46+
4747
- name: Runs only e2e tests suite
4848
env:
4949
MARKER: python_quick_e2e
@@ -56,4 +56,5 @@ jobs:
5656
HELPERS_PATH=${{github.workspace}}/loadtest/tests
5757
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
5858
cd ${{github.workspace}}/loadtest/tests
59+
echo "Running e2e tests with marker $MARKER"
5960
./run_e2e_on_runner.sh $MARKER

0 commit comments

Comments
 (0)