managarten/.github/workflows
Wuesteon 2186cb3518 🐛 fix(ci): use db:migrate instead of db:push for test databases
Critical fix based on test failure analysis:
- E2E tests need real migration SQL files to create tables
- db:push is for development schema sync only
- db:migrate runs tracked migrations with advisory locks

This fixes errors:
- relation "credits.balances" does not exist
- relation "referrals.codes" does not exist
- relation "auth.security_events" does not exist

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-25 20:44:38 +01:00
..
cd-production.yml 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00
cd-staging-tagged.yml Merge branch 'dev' into till-dev 2025-12-19 19:29:29 +01:00
cd-staging.yml 🐛 fix(ci): add db:push fallback when migrations fail 2025-12-18 23:26:10 +01:00
ci-main.yml.bak chore(ci): rename backup files to .bak to prevent GitHub detection 2025-12-05 03:04:01 +01:00
ci-pull-request.yml.bak chore(ci): disable PR and dependency workflows for minimal setup 2025-12-05 03:06:24 +01:00
ci.yml 🔧 chore: enforce monorepo best practices with automated validation 2025-12-25 17:57:00 +01:00
daily-tests.yml 🐛 fix(ci): use db:migrate instead of db:push for test databases 2025-12-25 20:44:38 +01:00
dependency-update.yml.bak chore(ci): disable PR and dependency workflows for minimal setup 2025-12-05 03:06:24 +01:00
staging-config-check.yml chore(ci): add staging config protection and validation 2025-12-10 13:48:45 +01:00
test-coverage.yml.bak chore(ci): rename backup files to .bak to prevent GitHub detection 2025-12-05 03:04:01 +01:00
test.yml.bak chore(ci): rename backup files to .bak to prevent GitHub detection 2025-12-05 03:04:01 +01:00