Skip to content

Commit

Permalink
fix: Try running the CI without yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Oct 17, 2023
1 parent 58654fc commit 4da4952
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run eslint
Expand All @@ -38,7 +37,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --unsafe-perm --production
- name: Install dependencies playground
Expand Down

0 comments on commit 4da4952

Please sign in to comment.