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 9de7603 commit be3ab29Copy full SHA for be3ab29
.github/workflows/CI.yml
@@ -30,11 +30,14 @@ jobs:
30
- name: Format check
31
run: pnpm format --check || true
32
33
- - name: Run unit tests
34
- run: pnpm test
35
-
36
- name: Build
37
run: pnpm build
38
+ - name: Install Playwright Browsers
+ run: npx playwright install --with-deps
+
39
+ - name: Run unit tests
40
+ run: pnpm test
41
42
- name: Run Playwright e2e tests
- run: pnpm e2e
43
+ run: pnpm test:e2e
0 commit comments