diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 175dd58..8d3235d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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