Skip to content

Commit

Permalink
changed execution order of build and test in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Flammae committed Sep 28, 2023
1 parent 2fa41a8 commit 7415a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
node-version: 18.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run test && pnpm run typecheck && pnpm run build
- run: pnpm run build && pnpm run test && pnpm run typecheck

0 comments on commit 7415a50

Please sign in to comment.