Skip to content

Commit

Permalink
ci: fix @fastify/unit build in test only
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Apr 18, 2024
1 parent 9f58806 commit 8d7fae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build @kakang/unit
run: pnpm --filter "./packages/unit" run build

- name: Lint code
run: pnpm run lint

Expand Down Expand Up @@ -99,6 +96,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build @kakang/unit
run: pnpm --filter "./packages/unit" run build

- name: Run tests
run: pnpm run test

Expand Down

0 comments on commit 8d7fae8

Please sign in to comment.