Skip to content

Commit

Permalink
workaround broken playwright setup
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 19, 2024
1 parent 85d0ac1 commit 1541a5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
# TODO/eventually: try using the cache again
# The cache breaks playwright https://github.com/vikejs/vike-vue/pull/119
# cache: "pnpm"

- run: pnpm install
- run: pnpm exec playwright install chromium
Expand Down

0 comments on commit 1541a5c

Please sign in to comment.