Skip to content

Commit

Permalink
Prisma migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanh94 committed Oct 7, 2024
1 parent 14507a7 commit a2655e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
sleep 5
done
- name: Run Prisma migrations
env:
DATABASE_URL: mysql://testuser:[email protected]:3306/testdb
run: npm run db:migration:migrate

- name: Run tests
env:
APP_HTTP_PORT: 3000
Expand Down

0 comments on commit a2655e3

Please sign in to comment.