Skip to content

Commit

Permalink
Fix actions schema path
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Feb 5, 2024
1 parent cac105e commit 2ecb0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Launch a postgres instance
run: |
docker run -d -p 5432:5432 -e POSTGRES_DB=db -e POSTGRES_USER=user -e POSTGRES_PASSWORD=password postgres:13
npx prisma migrate dev --schema ./prisma/schema.prisma
npx prisma migrate dev --schema ./test/prisma/schema.prisma
env:
DATABASE_URL: postgresql://user:password@localhost:5432/db

Expand Down

0 comments on commit 2ecb0f5

Please sign in to comment.