We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1278de8 commit f245c23Copy full SHA for f245c23
.github/workflows/test.yml
@@ -16,5 +16,5 @@ jobs:
16
uses: mikepenz/action-junit-report@v4
17
if: success() || failure() # always run even if the previous step fails
18
with:
19
- report_paths: '/reports/*.xml'
+ report_paths: 'reports/*.xml'
20
0 commit comments