Skip to content

Commit b9c504b

Browse files
Merge pull request #26 from thriving-dev/fix/cicd-integration-tests-publish-test-results
fix(cicd): job 'integration test' use correct `report_paths`
2 parents 7c971ec + b9e2019 commit b9c504b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable.integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: mikepenz/action-junit-report@v4
2929
if: success() || failure() # always run even if the previous step fails
3030
with:
31-
report_paths: '**/build/test-results/test/TEST-*.xml'
31+
report_paths: '**/build/test-results/intTest/TEST-*.xml'

0 commit comments

Comments
 (0)