Skip to content

Commit

Permalink
ci: remove nx cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Apr 15, 2024
1 parent c430b93 commit 2cefc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: npx playwright install --with-deps
- uses: nrwl/nx-set-shas@v4

- run: npx nx-cloud record -- nx format:check
# - run: npx nx-cloud record -- nx format:check
- run: npx nx affected -t lint test build e2e-ci
3 changes: 1 addition & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,5 @@
"style": "css"
}
},
"defaultProject": "demo-app",
"nxCloudAccessToken": "ZDI5MjU3NmYtYWU2OS00OGJkLWI0ODEtY2I1NDM2MGM1MDJifHJlYWQtd3JpdGU="
"defaultProject": "demo-app"
}

0 comments on commit 2cefc27

Please sign in to comment.