Skip to content

Commit c9bd511

Browse files
committed
remove nx cloud from ci
1 parent 105226f commit c9bd511

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,4 @@ jobs:
2626
node-version: 20
2727
cache: 'pnpm'
2828
- run: pnpm install
29-
- uses: nrwl/nx-set-shas@v4
30-
31-
# Uncomment to enable task distribution. --stop-agents-after is optional, but allows idle agents to shut down once the "build" targets have been requested
32-
# - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="build"
33-
34-
- run: npx nx-cloud record -- nx format:check
3529
- run: npx nx affected -t=lint,test,build

0 commit comments

Comments
 (0)