From 41d6dd0c7ea1bbdfe759a6085c537a559bcd5cb2 Mon Sep 17 00:00:00 2001 From: Roger Qiu Date: Thu, 15 Aug 2024 21:06:05 +1000 Subject: [PATCH] ci: remove `rm .npmrc` from Check / Coverage job --- .github/workflows/merge.yml | 1 - .github/workflows/release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index cc7f897b..8b56d1b9 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -90,7 +90,6 @@ jobs: pattern: coverage-artifacts-* path: tmp/coverage/ merge-multiple: true - - run: rm .npmrc - name: Merge coverage reports run: npx nyc merge tmp/coverage/ tmp/coverage/cobertura-coverage.json - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d9cbfa9..fa2104fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,6 @@ jobs: pattern: coverage-artifacts-* path: tmp/coverage/ merge-multiple: true - - run: rm .npmrc - name: Merge coverage results run: npx nyc merge tmp/coverage/ tmp/coverage/cobertura-coverage.json - uses: actions/upload-artifact@v4