Skip to content

Commit

Permalink
Add traceback to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Nov 19, 2024
1 parent 8fc7087 commit 68377f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install pytest rocrate jsonschema rocrateValidator
- name: Test with pytest
run: |
pytest --tb=no -s
pytest --tb=short -s
continue-on-error: true
- name: Create action summary
run: |
Expand Down

0 comments on commit 68377f0

Please sign in to comment.