Skip to content

Commit

Permalink
chore: update test CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
danpacho committed Mar 18, 2024
1 parent 14afb35 commit ebd7ac4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
- name: Format checking
run: pnpm prettier && pnpm eslint

- name: Astro build
run: pnpm blog sync

- name: Build testing
run: pnpm build
- name: Build testing for core
run: pnpm build --filter=@blogger/logger --filter=@blogger/build_system

- name: Unit testing
run: pnpm test

0 comments on commit ebd7ac4

Please sign in to comment.