Skip to content

Commit

Permalink
chore(repo): enable nx cloud to speed up the build (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jul 28, 2022
1 parent 64f2524 commit 1d11378
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 520 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default"
"runner": "@nrwl/nx-cloud",
"options": {
"accessToken": "MGQ4ZjkyMWYtYTVhNi00ZWQ4LWE0OTctNTkxM2U0ZDUzYWQ1fHJlYWQ="
}
}
}
}

0 comments on commit 1d11378

Please sign in to comment.