Skip to content

Commit

Permalink
put pytest output in step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent 0a2741e commit f251591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: setup pytest.ini
run: mv .github/pytest.ini pytest.ini
- name: Run tests
run: poetry run pytest
run: poetry run pytest >> $GITHUB_STEP_SUMMARY

0 comments on commit f251591

Please sign in to comment.