Skip to content

Commit

Permalink
ci: fix prisma migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Apr 7, 2022
1 parent 6432c0a commit d6f2337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Create and seed test database
working-directory: packages/db-main-prisma
run: |
yarn prisma db push
yarn prisma db push
yarn prisma db seed
env:
PRISMA_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/webapp-e2e?schema=public
Expand Down

0 comments on commit d6f2337

Please sign in to comment.