From f85f824a0bb0d68394f376977d0bfafed8d15b12 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 16:52:22 -0700 Subject: [PATCH] test nx cloud --- .github/workflows/ci.yml | 6 ++++-- nx.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fd7a2d76f..d5b76810db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,13 +11,15 @@ permissions: jobs: main: - runs-on: depot-ubuntu-24.04-8 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: filter: tree:0 fetch-depth: 0 + - run: npx nx start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build" + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: @@ -27,4 +29,4 @@ jobs: - run: pnpm install --frozen-lockfile - uses: nrwl/nx-set-shas@v4 - - run: npx nx run @zitadel/docs:build + - run: npx nx run-many -t build diff --git a/nx.json b/nx.json index bed904e079..df9f94604f 100644 --- a/nx.json +++ b/nx.json @@ -77,6 +77,7 @@ "cache": false } }, + "nxCloudId": "688a9021d48dce0efe0f119f", "plugins": [ { "plugin": "@nx/docker",