Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Dec 6, 2024
1 parent 840a8e4 commit f8d7229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxf-dry-run-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Resolve coverage file paths
id: coverage_paths
run: |
echo "COVERAGE_REPORTS=$(find . -path './downloaded_artifacts/*' -name 'TEST-*.xml'| tr '\n' ',')" >> $GITHUB_ENV
echo "COVERAGE_REPORTS=$(find . -path './downloaded_artifacts/hapi/build/test-results/test/*' -name 'TEST-*.xml'| tr '\n' ',')" >> $GITHUB_ENV
- name: Publish to Codacy
env:
Expand Down

0 comments on commit f8d7229

Please sign in to comment.