Skip to content

Commit

Permalink
remove nx cloud from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed Feb 16, 2024
1 parent 105226f commit c9bd511
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,4 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- uses: nrwl/nx-set-shas@v4

# Uncomment to enable task distribution. --stop-agents-after is optional, but allows idle agents to shut down once the "build" targets have been requested
# - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="build"

- run: npx nx-cloud record -- nx format:check
- run: npx nx affected -t=lint,test,build

0 comments on commit c9bd511

Please sign in to comment.