Skip to content

Commit

Permalink
CI: delete seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
raipen committed Nov 18, 2023
1 parent b4186ab commit bc7b453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: |
npm install
npm run prisma
npm run seed
- name: Run Tests
uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ "$NODE_ENV" = "production" ]; then
npm run prisma:deploy
else
npm run prisma
npm run seed

fi
npm run dev

0 comments on commit bc7b453

Please sign in to comment.