Skip to content

Commit

Permalink
Migrate is part of test now
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Jun 7, 2024
1 parent 5213aa6 commit 1fa62ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
working-directory: bank/bank-backend/
run: |
npm ci
npx prisma migrate dev --name init --schema prisma/schema.prisma
npm run lint
npm run build
npm test
Expand Down
2 changes: 1 addition & 1 deletion bank/bank-backend/prisma/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DATABASE_URL="postgresql://bank:postgres@localhost:5432/bank?schema=testbank"
DATABASE_URL="postgresql://bank:postgres@localhost:5432/bank?schema=public"

0 comments on commit 1fa62ae

Please sign in to comment.