Skip to content

Commit

Permalink
Attempt to fix integration command
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Dec 17, 2024
1 parent cdb9702 commit 22edb22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Download cassettes
run: poetry run python tests/integration/download.py -d
- name: Run integration tests
run: poetry run pytest --integration --durations=0 \
--junit-xml=$GITHUB_SHA.xml \
tests/integration/test_integration.py
run: poetry run pytest --integration --durations=0 --junit-xml=integration.xml tests/integration/test_integration.py
- name: Upload report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 22edb22

Please sign in to comment.