Skip to content

Commit

Permalink
fix(ci): run migrations before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Sep 20, 2024
1 parent a1774b8 commit 329e0fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
run: pnpm install
- name: build ✅
run: pnpm build
- name: test ✅
run: pnpm test
- name: routes ✅
run: pnpm pls routes
- name: doctor ✅
run: pnpm pls doctor
- name: generate migration ✅
run: pnpm migrate foobar
- name: run migration ✅
run: pnpm migrate
- name: seed ✅
run: pnpm pls seed
- name: test ✅
run: pnpm test
- name: routes ✅
run: pnpm pls routes
- name: doctor ✅
run: pnpm pls doctor
- name: 200 ok ✅
run: |
pnpm dev &
Expand Down

0 comments on commit 329e0fd

Please sign in to comment.