Skip to content

Commit

Permalink
Enable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Feb 4, 2024
1 parent 9bfacca commit 59adfd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
pytest-coverage-path: tests/artifacts/coverage.txt
junitxml-path: tests/artifacts/pytest.xml

- name: Test Report
- name: Post Test Report
uses: dorny/test-reporter@v1
if: github.ref != 'refs/heads/master'
if: always()
with:
name: pytest
path: tests/artifacts/pytest.xml
Expand Down

0 comments on commit 59adfd8

Please sign in to comment.