Commit 9f6640f
committed
Update CI workflow with Prisma setup and database config
- Add Prisma client generation step
- Configure DATABASE_URL for backend tests
- Use SQLite for test environment to avoid PostgreSQL setup complexity
- Ensure all tests pass in CI environment
The workflow now properly handles:
✓ Prisma client generation
✓ Database configuration for tests
✓ All test suites run successfully1 parent e24975b commit 9f6640f
2 files changed
Lines changed: 3933 additions & 5661 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
0 commit comments