We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a17e96 commit 00b4656Copy full SHA for 00b4656
.github/workflows/ci.yml
@@ -21,3 +21,7 @@ jobs:
21
run: npm run build
22
- name: Check for diffs
23
run: git diff --no-ext-diff --exit-code
24
+ - name: Install browser for Playwright
25
+ run: npx playwright install --with-deps chromium
26
+ - name: Run tests
27
+ run: npm run test
0 commit comments