Skip to content

Commit

Permalink
chore: temporary switch to run-many to override nx bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Jan 11, 2024
1 parent 86dbf7a commit 5cff7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- name: Build
run: npx nx affected --target=build --parallel=3
run: npx nx run-many --target=build --parallel=3
- name: Test
run: npx nx affected --target=test --parallel=3 --ci --code-coverage
run: npx nx run-many --target=test --parallel=3 --ci --code-coverage
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 5cff7a9

Please sign in to comment.