Skip to content

Commit

Permalink
:deploy: test
Browse files Browse the repository at this point in the history
  • Loading branch information
julesartd committed May 15, 2024
1 parent c916e4b commit d40fb25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Initialize Database
run: |
cd backend-nest
npx prisma migrate status
npx prisma migrate dev --name init
env:
DATABASE_URL: mysql://root:password@localhost:3306/webapp3il_test
Expand Down
16 changes: 13 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d40fb25

Please sign in to comment.