Skip to content

Commit 00b4656

Browse files
committed
add tests to CI
1 parent 3a17e96 commit 00b4656

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
run: npm run build
2222
- name: Check for diffs
2323
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

Comments
 (0)