Skip to content

Commit 4c68241

Browse files
committed
Run Playwright on CI
1 parent c766116 commit 4c68241

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ jobs:
2222

2323
- name: Run Prettier Check
2424
run: pnpm format:check
25+
26+
- name: Run Playwright
27+
run: pnpm test

0 commit comments

Comments
 (0)