Skip to content

Commit

Permalink
fix: Make seeding happen only once for Cypress in Github Actions (rem…
Browse files Browse the repository at this point in the history
  • Loading branch information
na2hiro authored Mar 26, 2022
1 parent f02b3a6 commit bff6bd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ jobs:
- name: 🛠 Setup Database
run: npx prisma migrate reset --force

- name: 🌱 Seed the Database
run: npx prisma db seed

- name: ⚙️ Build
run: npm run build

Expand Down

0 comments on commit bff6bd2

Please sign in to comment.