Skip to content

Commit

Permalink
chore: provide db url
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Aug 10, 2023
1 parent 2f0eb82 commit 21b147c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Docker
env:
DATABASE_URL: postgresql://prisma:hilly-sand-pit@db:5432/prisma?schema=prisma-pg-test
run: |
docker-compose -f docker-compose.ci.yml up -d
docker compose run app npx prisma migrate dev
Expand Down

0 comments on commit 21b147c

Please sign in to comment.