We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebab40 commit edac359Copy full SHA for edac359
.github/workflows/run-tox.yml
@@ -58,7 +58,7 @@ jobs:
58
pip install tox
59
tox run -e min_versions
60
- name: JUnit Report Action
61
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
62
if: always() # always run even if the previous step fails
63
with:
64
report_paths: 'reports/pytest-*.xml'
0 commit comments