Skip to content

Commit

Permalink
Add build task to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
na-ji committed Nov 3, 2023
1 parent 3503a36 commit 2f77fef
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 @@ -18,9 +18,9 @@ jobs:
uses: nrwl/ci/.github/workflows/[email protected]
with:
parallel-commands: |
npx nx-cloud record -- npx nx format:check
parallel-commands-on-agents: |
npx nx affected --target=lint --parallel=3
parallel-commands-on-agents: |
npx nx affected --target=build --parallel=3
agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit 2f77fef

Please sign in to comment.