Skip to content

Commit

Permalink
fix : test 과정에서 build 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Jun 1, 2024
1 parent b18a48f commit d4e23e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: pnpm install --no-frozen-lockfile
working-directory: packages/wow-ui

- name: Build Packages
run: pnpm build

- name: Run Tests
run: pnpm test
working-directory: packages/wow-ui

0 comments on commit d4e23e9

Please sign in to comment.