Skip to content

Commit 514670e

Browse files
committed
fix(github-actions): fix for CI:Testing upload artifacts
1 parent a1bad03 commit 514670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131
with:
3232
name: skaha-unittests-coverage
33-
path: build/reports/jacoco/test/jacocoTestReport.xml
33+
path: skaha/build/reports/jacoco/test/jacocoTestReport.xml
3434
if-no-files-found: error
3535
retention-days: 1
3636
overwrite: true

0 commit comments

Comments
 (0)