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 0cd1dd4 commit 6592bfdCopy full SHA for 6592bfd
.github/workflows/ci.yaml
@@ -23,6 +23,8 @@ jobs:
23
node-version-file: .nvmrc
24
- name: Install dependencies
25
run: pnpm install
26
+ - name: Install Playwright Browsers
27
+ run: pnpx playwright install --with-deps
28
- name: Lint
29
run: pnpm --filter="...[origin/${{ github.base_ref }}]" "/lint:*/"
30
- name: Test
.github/workflows/coverage.yaml
@@ -22,6 +22,8 @@ jobs:
22
- name: Run tests
run: pnpm run test --coverage
- name: Upload code coverage
0 commit comments