Skip to content

Commit 22edb22

Browse files
committed
Attempt to fix integration command
1 parent cdb9702 commit 22edb22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Download cassettes
3636
run: poetry run python tests/integration/download.py -d
3737
- name: Run integration tests
38-
run: poetry run pytest --integration --durations=0 \
39-
--junit-xml=$GITHUB_SHA.xml \
40-
tests/integration/test_integration.py
38+
run: poetry run pytest --integration --durations=0 --junit-xml=integration.xml tests/integration/test_integration.py
4139
- name: Upload report
4240
uses: actions/upload-artifact@v4
4341
with:

0 commit comments

Comments
 (0)