Skip to content

Commit d09e3fb

Browse files
committed
ci: install Playwright chromium before running e2e
1 parent 8dfc96a commit d09e3fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232

3333
- run: npm ci
3434

35+
# The e2e smoke drives a real browser — install it (and its OS deps) on the runner.
36+
- run: npx playwright install --with-deps chromium
37+
3538
# Prepend any command with "nx record --" to record its logs to Nx Cloud
3639
- run: npx nx record -- npx nx format:check --base="remotes/origin/main"
3740
- run: npx nx run-many -t lint test build typecheck e2e

0 commit comments

Comments
 (0)