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 d40fb25 commit df1246d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
run: |
cd backend-nest
npx prisma migrate status
npx prisma migrate dev --name init
npx migrate deploy
npx prisma migrate status
env:
DATABASE_URL: mysql://root:password@localhost:3306/webapp3il_test

Expand Down
15 changes: 12 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 df1246d

Please sign in to comment.