FIX reorder test step on pr workflow (#70)

movem test to end, types need to be generated and validated first
This commit is contained in:
Baobeld 2025-01-26 19:47:25 -05:00 committed by GitHub
parent 43cc1b017c
commit 7891c0b4b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,11 +17,11 @@ jobs:
run: bun install
- name: Lint
run: bun lint
- name: Test
run: bun test
- name: Build
run: bun run build
- name: Svelte Check
run: bun check
- name: Prisma Check
run: bun prisma:validate
- name: Test
run: bun test