Skip to content

Commit

Permalink
build: check out files before exporting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jan 16, 2025
1 parent e4958a4 commit 50d0a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: coverage
Expand Down

0 comments on commit 50d0a48

Please sign in to comment.