Skip to content

Commit

Permalink
Merge pull request #108 from pshaddel/refactor/issue-95
Browse files Browse the repository at this point in the history
fix: 🐛 use generate prisma to generate prisma client
  • Loading branch information
pshaddel authored Dec 7, 2024
2 parents f893e0e + 2fe1066 commit 6db7a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
time: 30s
- name: Test
run: export DATABASE_URL=postgres://postgres:[email protected]:5432/postgres && npm run test -- --coverage
run: export DATABASE_URL=postgres://postgres:[email protected]:5432/postgres && npx prisma generate && npm run test -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 6db7a52

Please sign in to comment.