Skip to content

Commit a296b33

Browse files
committed
add playwright to ci
1 parent 591efe5 commit a296b33

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: pnpm --filter "@opendatacapture/e2e" exec playwright install --with-deps
2525
- name: Lint
2626
run: pnpm lint
27-
- name: Test
27+
- name: Unit Tests
2828
run: pnpm test
29+
- name: End-to-End Tests
30+
run: pnpm --filter "@opendatacapture/e2e" test

0 commit comments

Comments
 (0)