Skip to content

Commit

Permalink
comment yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 31, 2025
1 parent 47b1219 commit eb4908b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: corepack enable && corepack prepare yarn@stable --activate
# cache: 'yarn'
- run: corepack enable # && corepack prepare yarn@stable --activate
- run: yarn install --immutable
- run: yarn playwright install --with-deps
- run: yarn test
Expand Down

0 comments on commit eb4908b

Please sign in to comment.