Skip to content

Update build/serve tasks & sort schema properties #206

Update build/serve tasks & sort schema properties

Update build/serve tasks & sort schema properties #206

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
NX_BRANCH: ${{ github.event.number || github.ref_name }}
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
node-version: 20
main-branch-name: main
number-of-agents: 3
parallel-commands-on-agents: |
npx nx affected --targets lint test build --parallel --exclude koliveira15
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
with:
node-version: 20
number-of-agents: 3