We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69df833 commit 52bfc67Copy full SHA for 52bfc67
.github/workflows/run-tox.yml
@@ -62,7 +62,7 @@ jobs:
62
pip install tox
63
tox run -e min_versions
64
- name: JUnit Report Action
65
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
66
if: always() # always run even if the previous step fails
67
with:
68
report_paths: 'reports/pytest-*.xml'
0 commit comments