Skip to content

Commit

Permalink
Update ci-cd.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail-Mouyahada authored Aug 28, 2024
1 parent 5ef3da7 commit d86fa8b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-cd.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@ jobs:
export NEXT_PUBLIC_SOCKET_URL="ws://localhost:5157"
export REDIS_URL="redis://localhost:6379"
cd ./satsquare
npm install
npx prisma migrate
npx prisma db psuh
npm run seed
- name: Install dependencies
run: |
npm install
npx prisma migrate
npx prisma db push
npm run seed
- name: Run end-to-end tests
run: |
Expand Down

0 comments on commit d86fa8b

Please sign in to comment.