Skip to content

Commit

Permalink
fix: tests in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Jun 2, 2024
1 parent 8409e3a commit da781bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run tests
run: |
yarn prisma migrate dev --schema=packages/domain/prisma/schema.prisma
yarn test --runInBand --coverage
yarn test -- --runInBand --coverage
preview-frontend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit da781bb

Please sign in to comment.