We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff2650 commit 6fa3345Copy full SHA for 6fa3345
1 file changed
.github/actions/acceptance-tests/action.yml
@@ -74,12 +74,12 @@ runs:
74
echo "run_e2e=true" >> $GITHUB_OUTPUT
75
fi
76
77
- - name: Install poetry and pytest
+ - name: Install poetry and e2e test dependencies
78
if: inputs.testType == 'e2e' && steps.check_e2e.outputs.run_e2e == 'true'
79
shell: bash
80
run: |
81
pipx install poetry
82
- pip install pytest
+ cd tests/e2e-tests && poetry install
83
84
- name: Run e2e tests
85
0 commit comments