We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591efe5 commit a296b33Copy full SHA for a296b33
1 file changed
.github/workflows/ci.yaml
@@ -24,5 +24,7 @@ jobs:
24
run: pnpm --filter "@opendatacapture/e2e" exec playwright install --with-deps
25
- name: Lint
26
run: pnpm lint
27
- - name: Test
+ - name: Unit Tests
28
run: pnpm test
29
+ - name: End-to-End Tests
30
+ run: pnpm --filter "@opendatacapture/e2e" test
0 commit comments