From cbed2332fbca187a1c1c46410c93d6c624977a23 Mon Sep 17 00:00:00 2001 From: MengYX Date: Thu, 16 Dec 2021 08:52:22 +0800 Subject: [PATCH] fix: ci (cherry picked from commit f9f5e32b449c9268cc07f7787587f417d70f08c9) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1586beb..13cd6f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Test Coverage - uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6 + - run: npm ci + - uses: ArtiomTr/jest-coverage-report-action@v2.0-rc.6 with: github-token: ${{ secrets.GITHUB_TOKEN }} build: