Skip to content

Commit

Permalink
enable dte
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 8, 2024
1 parent 403971f commit 6d32027
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 6d32027

Please sign in to comment.