Apply migrations before seeding in the auth-e2e job
Some checks failed
CD / Build and push images (push) Successful in 38s
CI / Lint, typecheck, test (push) Successful in 1m22s
CI / Auth e2e pack (push) Failing after 1m55s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 8s
CD / Smoke tests against Test (push) Successful in 1m4s
CD / Promote to Int (push) Successful in 9s
Some checks failed
CD / Build and push images (push) Successful in 38s
CI / Lint, typecheck, test (push) Successful in 1m22s
CI / Auth e2e pack (push) Failing after 1m55s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 8s
CD / Smoke tests against Test (push) Successful in 1m4s
CD / Promote to Int (push) Successful in 9s
The fixtures seed ran against an empty database; migrate deploy now precedes it (the api start re-checks idempotently). Part of #20 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
58d3a0b80f
commit
6e2d513cc7
@ -95,6 +95,9 @@ jobs:
|
||||
- name: Build packages
|
||||
run: pnpm build
|
||||
|
||||
- name: Apply migrations
|
||||
run: pnpm --filter @dorfteich/api exec prisma migrate deploy
|
||||
|
||||
- name: Seed fixtures
|
||||
run: pnpm --filter @dorfteich/api db:seed
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user