Skip to content

Commit

Permalink
chore(ci): testをciに追加
Browse files Browse the repository at this point in the history
  • Loading branch information
laminne committed Jul 3, 2024
1 parent 8b92b65 commit 166633d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: pnpm backend check
- name: Lint
run: pnpm backend lint
- name: Test
run: pnpm backend test

frontend_build:
name: "Build & Check (frontend)"
Expand All @@ -57,3 +59,6 @@ jobs:

- name: Lint bun lint
run: bun run --cwd packages/kcmsf lint

- name: Test
run: bun run --cwd packages/kcmsf test

0 comments on commit 166633d

Please sign in to comment.