Skip to content

Commit

Permalink
[CI] Generate prisma schema in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
owenkellogg committed Apr 17, 2024
1 parent 03e1b73 commit 5f7ace9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
TEST_AMQP_URL: amqp://guest:guest@127.0.0.1:${{ job.services.rabbitmq.ports['5672'] }}/
run: |
npm install
npx prisma generate
npm test
- uses: codecov/codecov-action@v3

0 comments on commit 5f7ace9

Please sign in to comment.