Skip to content

Commit

Permalink
- fix: parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 6, 2024
1 parent 88c2470 commit 0061ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
EMBEDDING_API_URL : ${{ vars.EMBEDDING_API_URL }}
run: |
npx nx run-many -t test --skip-nx-cache
npx nx run-many -t test --parallel=false --skip-nx-cache

0 comments on commit 0061ae6

Please sign in to comment.