Skip to content

Commit

Permalink
fix(cicd): job 'integration test' use correct report_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmut-co-uk committed Feb 5, 2024
1 parent 9207686 commit fd032e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable.integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
report_paths: '**/build/test-results/intTest/TEST-*.xml'

0 comments on commit fd032e4

Please sign in to comment.