Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Apr 13, 2024
1 parent 5aa4cdf commit 7fbf734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest-pmeier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
pip install flake8 pytest pytest-md pytest-emoji requests
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
run: pytest --junit-xml=test-results.xml

- name: Surface failing tests
if: always()
uses: pmeier/pytest-results-action@main
Expand Down

0 comments on commit 7fbf734

Please sign in to comment.