From e096a74d62959e281bfca09440435c45747e178e Mon Sep 17 00:00:00 2001 From: literat Date: Fri, 6 Oct 2023 20:58:08 +0200 Subject: [PATCH] fixup! Chore(repo): Enable distributed caching of builds using Nx Cloud --- .github/workflows/test.yaml | 4 ---- nx.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5126fa8387..47e71616ca 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/nx.json b/nx.json index 8abfc2d0b6..9720b9aa66 100644 --- a/nx.json +++ b/nx.json @@ -4,7 +4,7 @@ }, "tasksRunnerOptions": { "default": { - "runner": "nx-cloud", + "runner": "@nrwl/nx-cloud", "options": { "cacheableOperations": ["lint", "test", "types", "build"], "accessToken": "NGYxNTY3NTAtOWY5NC00MWVmLThiNWEtY2MwNjE4OWJjZTcxfHJlYWQ="