We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfc96a commit d09e3fbCopy full SHA for d09e3fb
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
33
- run: npm ci
34
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
+
38
# Prepend any command with "nx record --" to record its logs to Nx Cloud
39
- run: npx nx record -- npx nx format:check --base="remotes/origin/main"
40
- run: npx nx run-many -t lint test build typecheck e2e
0 commit comments