Skip to content

Commit

Permalink
✨ Add checkout step to CI workflow before downloading coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
grelinfo committed Nov 26, 2024
1 parent 75a1c5f commit a3b214c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Get coverage reports
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a3b214c

Please sign in to comment.