Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realjoshuau committed Nov 22, 2023
1 parent 579f6ce commit b3547c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: ./.github/actions/setup-monorepo

- name: ✅ Lint packages
run: pnpm run -w lint
run: pnpm run lint

- name: 👷 Build packages
run: pnpm run -w build
run: pnpm run build

- name: 🧪 Test packages
run: pnpm run -w test
run: pnpm run test

0 comments on commit b3547c0

Please sign in to comment.