Skip to content

Commit

Permalink
fix(github-actions): fix for download artifact section
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 8, 2024
1 parent 514670e commit e5dc399
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
uses: actions/[email protected]
with:
name: skaha-unittests-coverage
path: jacocoTestReport.xml
-
name: List Downloaded Artifacts
run: |
echo "Downloaded artifacts:"
ls -lah $GITHUB_WORKSPACE
-
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e5dc399

Please sign in to comment.