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 99a6f76 commit 62151b6Copy full SHA for 62151b6
.github/workflows/e2e.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- if: success() || failure() # always run even if the previous step fails
95
name: Publish e2e test report
96
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
97
with:
98
report_paths: 'junit-e2e.xml'
99
check_name: 'e2e test report'
0 commit comments