Skip to content

Commit

Permalink
disable yarn cache in github actions to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 25, 2023
1 parent b7b97f7 commit 0316d39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
- uses: nrwl/nx-set-shas@v2
with:
main-branch-name: master
- name: restore lerna
uses: actions/cache@v2
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
# - name: restore lerna
# uses: actions/cache@v2
# with:
# path: |
# node_modules
# */*/node_modules
# key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn --frozen-lockfile --network-timeout 1000000
- uses: browser-actions/setup-chrome@latest
- name: Build apps (with retries)
Expand Down

0 comments on commit 0316d39

Please sign in to comment.