Skip to content

Commit

Permalink
chore(e2e): seed db before run
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Aug 9, 2023
1 parent b6bb7d4 commit 7b23c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ services:
- SENTRY_IGNORE_API_RESOLUTION_ERROR=1
command: >
sh -c "node_modules/.bin/prisma migrate dev &&
node_modules/.bin/prisma db seed &&
node_modules/.bin/concurrently 'node background/worker/index.js' 'node server.js'"

0 comments on commit 7b23c5d

Please sign in to comment.