From 6d3202721ed340d4966c86720b4f6b5d5cc4b469 Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Wed, 8 May 2024 12:28:26 -0400 Subject: [PATCH] enable dte --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75457b2..3f5f444 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,7 @@ jobs: # Connect your workspace on nx.app and uncomment this to enable task distribution. # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "build" targets have been requested - # - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-jvm" --stop-agents-after="build" - + - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-jvm" --stop-agents-after="build" - name: Set up JDK 17 for x64 uses: actions/setup-java@v4 with: @@ -31,4 +30,4 @@ jobs: - name: Setup Gradle uses: gradle/gradle-build-action@v2 - uses: nrwl/nx-set-shas@v4 - - run: ./nx affected -t test build + - run: ./nx run-many -t test build