Skip to content

Commit

Permalink
fix: remove yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Nov 7, 2023
1 parent feb9ea7 commit 9c8452f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
cache-dependency-path: "**/yarn.lock"
# cache: yarn
# cache-dependency-path: "**/yarn.lock"
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
Expand Down

0 comments on commit 9c8452f

Please sign in to comment.