Skip to content

Commit

Permalink
fix(github-actions): no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kamar committed Dec 17, 2023
1 parent 6ea1c58 commit 336ac21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- run: rm -rf node_modules package-lock.json
# - run: rm -rf node_modules package-lock.json
# - run: npm cache clean --force
- run: npm install
# - run: npm install
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 336ac21

Please sign in to comment.