Skip to content

Commit 69f9fed

Browse files
committed
chore: reorder build and test
1 parent 592928c commit 69f9fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
fetch-depth: 0
3030
- name: Setup Tools
3131
uses: tanstack/config/.github/setup@main
32-
- name: Test
33-
run: pnpm test
3432
- name: Build
3533
run: pnpm build
34+
- name: Test
35+
run: pnpm test
3636
- name: Publish
3737
run: |
3838
git config --global user.name 'Tanner Linsley'

0 commit comments

Comments
 (0)