diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff8500d2..193ef59c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: retention-days: 1 coverage: name: Coverage - needs: [ build, unit-test, integration-test ] + needs: [ unit-test, integration-test ] runs-on: ubuntu-latest permissions: contents: write