Skip to content

chore: nx cloud

chore: nx cloud #54

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
#concurrency:
# group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
# cancel-in-progress: true
jobs:
lint-build-test:
name: Nx Cloud - Main Job
permissions:
contents: 'read'
actions: 'read'
uses: ./.github/workflows/nx-main.yml
with:
working-directory: "."
pnpm-version: "8.8.0"
parallel-commands-on-agents: |
npx nx affected --target=lint --parallel=1
npx nx affected --target=build --parallel=1
npx nx affected --target=test --parallel=1
agents:
name: Nx Cloud - Agents
uses: ./.github/workflows/nx-agents.yml
with:
working-directory: "."
pnpm-version: "8.8.0"
number-of-agents: 1