Skip to content

Commit

Permalink
fixup! Chore(repo): Enable distributed caching of builds using Nx Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 6, 2023
1 parent 45cb0a0 commit e096a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
schedule:
- cron: '0 9 * * *' # every day at 9:00

# env:
# NX_CLOUD_DISTRIBUTED_EXECUTION: true # this enables DTE
# NX_BRANCH: ${{ github.event.number || github.ref_name }}

jobs:
test:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["lint", "test", "types", "build"],
"accessToken": "NGYxNTY3NTAtOWY5NC00MWVmLThiNWEtY2MwNjE4OWJjZTcxfHJlYWQ="
Expand Down

0 comments on commit e096a74

Please sign in to comment.