From d6101434ceedd8ed21ceaeeca55adc5cf0a160c1 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 9 Dec 2024 23:32:07 +0800 Subject: [PATCH] ci: dependency error --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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