Skip to content

Commit

Permalink
ci: fix test order
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 1, 2024
1 parent 423d9f7 commit 2240371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:

- run: pnpm install
- run: pnpm run lint
- run: pnpm run -r test:types
- run: pnpm run -r build
- run: pnpm run -r build:dts
- run: pnpm run -r test:types
- run: pnpm run -r test:unit

# e2e tests that that run locally
Expand Down

0 comments on commit 2240371

Please sign in to comment.