Skip to content

Commit

Permalink
feat(ci): add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Feb 5, 2025
1 parent 4c9a959 commit 9a8ec37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
run: pnpm prettier:check
- name: Run Astro Check
run: pnpm astro:check
- name: Run test
run: pnpm test
- name: Run Build
run: pnpm build

0 comments on commit 9a8ec37

Please sign in to comment.