Skip to content

Commit 7b768ca

Browse files
committed
ci: add E2E smoke test step to GitHub Actions workflow
Made-with: Cursor
1 parent ed15298 commit 7b768ca

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ jobs:
3131
- name: Build
3232
run: pnpm build
3333

34-
- name: Test
34+
- name: Test (unit)
3535
run: pnpm test
36+
37+
- name: Test (E2E smoke)
38+
run: pnpm test:e2e
39+
timeout-minutes: 5

0 commit comments

Comments
 (0)