Skip to content

Commit

Permalink
Reorder prisma steps in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jan 29, 2024
1 parent e420690 commit 65bccbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bri-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ jobs:
working-directory: examples/bri-3
run: npm run prisma:generate

- name: Run tests
working-directory: examples/bri-3
run: npm run test

- name: Run prisma migrate
working-directory: examples/bri-3
run: npm run prisma:migrate:dev
Expand All @@ -105,6 +101,10 @@ jobs:
working-directory: examples/bri-3
run: npx prisma db seed

- name: Run tests
working-directory: examples/bri-3
run: npm run test

- name: Run e2e tests
working-directory: examples/bri-3
run: npm run test:e2e

0 comments on commit 65bccbe

Please sign in to comment.