Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
tool: wasm-tools,just
- uses: Swatinem/rust-cache@v2
# Chromium plus its shared-library deps (pattern matches
# polymorph-stream-dom's ci.yml).
- run: npx -y playwright install --with-deps chromium
# Chromium plus its shared-library deps, at the exact version deno.json
# imports — a newer CLI fetches a build the library will not find.
- run: npx -y playwright@1.62.1 install --with-deps chromium
- run: just e2e
Loading