Skip to content

Commit

Permalink
Show pytest output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Jan 7, 2024
1 parent a16fa00 commit 3954394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Add repository root to PYTHONPATH
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
- name: Run tests and capture output
run: pytest -vv >test_output.txt
run: pytest -vv
- name: Upload test output as artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3954394

Please sign in to comment.