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 bd7cc11 commit 6faa39aCopy full SHA for 6faa39a
.github/workflows/lint.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install project dependencies
24
run: pnpm install
25
26
+ - name: Build
27
+ run: pnpm run --recursive build
28
+
29
- name: Check
30
run: pnpm run --recursive check
31
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
key: ${{ runner.os }}-playwright
34
35
- name: Install Playwright browsers
36
- run: pnpm run playwright:install -- --with-deps=chromium
+ run: pnpm run playwright:install --with-deps
37
38
39
run: pnpm run --recursive test:unit:coverage
0 commit comments