Skip to content

Commit

Permalink
fix: reduce ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Nov 20, 2023
1 parent bbd3b1d commit 678f60c
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 @@ -22,6 +22,6 @@ jobs:
- name: install
run: npm ci
- name: build
run: npm run nx -- affected:build
run: nx affected:build
- name: test
run: npm run nx -- affected:test --parallel=1
run: nx affected:test --parallel=1

0 comments on commit 678f60c

Please sign in to comment.