From c23d31f912b0288b2554f8c34582c1b604deaaac Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Fri, 7 Jul 2023 13:37:40 +0800 Subject: [PATCH] ci: fix nx.yml (#3086) (cherry picked from commit 152fbaabdaefcd61bf6c487d071e6085314c7afb) --- .github/workflows/nx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nx.yml b/.github/workflows/nx.yml index c6a7f3b44d..9eb7448815 100644 --- a/.github/workflows/nx.yml +++ b/.github/workflows/nx.yml @@ -34,11 +34,11 @@ jobs: main-branch-name: master number-of-agents: 5 init-commands: | - yarn exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3 + yarn exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=5 environment-variables: | BUILD_TYPE=canary - parallel-commands: | - yarn exec nx-cloud record -- yarn exec nx format:check + # parallel-commands: | + # yarn exec nx-cloud record -- yarn exec nx format:check parallel-commands-on-agents: | yarn exec nx affected --target=build --parallel=5 timeout: 60