Skip to content

Commit

Permalink
ci: checkout the repository in merge-coverage job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Dayer committed Jul 11, 2024
1 parent ae0ba75 commit 4cc95ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
# comments (to avoid publishing multiple comments in the same PR)
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Retrieve coverage artifacts
uses: actions/download-artifact@v4
id: download
Expand Down

0 comments on commit 4cc95ca

Please sign in to comment.