Skip to content

Commit

Permalink
test: fix npm cache permissions on cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Jun 28, 2021
1 parent 476302d commit 55c6f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Install and Build (cache hit) 🔧
if: steps.cache.outputs.cache-hit == 'true'
run: |
chown -R 1001:121 "/github/home/.npm" || true # fix npm cache permissions for npm v7 if cache exists
npm ci --ignore-scripts
npx lerna bootstrap
npm run compile
Expand Down

0 comments on commit 55c6f71

Please sign in to comment.