We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb9702 commit 22edb22Copy full SHA for 22edb22
.github/workflows/test_integration.yml
@@ -35,9 +35,7 @@ jobs:
35
- name: Download cassettes
36
run: poetry run python tests/integration/download.py -d
37
- name: Run integration tests
38
- run: poetry run pytest --integration --durations=0 \
39
- --junit-xml=$GITHUB_SHA.xml \
40
- tests/integration/test_integration.py
+ run: poetry run pytest --integration --durations=0 --junit-xml=integration.xml tests/integration/test_integration.py
41
- name: Upload report
42
uses: actions/upload-artifact@v4
43
with:
0 commit comments