Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 2d3be1d

Browse files
committed
feat(ci): add test step to GitHub Actions workflow
This commit adds a new step to the GitHub Actions CI workflow to run the test suite. This ensures that all tests pass before any changes are merged into the main branch.
1 parent 751f8f2 commit 2d3be1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
run: pnpm typecheck
2424
- name: Run lint
2525
run: pnpm lint
26+
- name: Run test
27+
run: pnpm test

0 commit comments

Comments
 (0)