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.
2 parents 7c971ec + b9e2019 commit b9c504bCopy full SHA for b9c504b
.github/workflows/callable.integration-test.yml
@@ -28,4 +28,4 @@ jobs:
28
uses: mikepenz/action-junit-report@v4
29
if: success() || failure() # always run even if the previous step fails
30
with:
31
- report_paths: '**/build/test-results/test/TEST-*.xml'
+ report_paths: '**/build/test-results/intTest/TEST-*.xml'
0 commit comments