diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1169ed0..ac73c69 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,6 +66,8 @@ jobs: needs: [flutter-tests] if: always() && !cancelled() && needs.flutter-tests.result == 'success' steps: + - uses: actions/checkout@v4 + - name: Download flutter coverage report uses: actions/download-artifact@v4 with: