From 9246c1125d0ef00f5f3ad3ed6a937f509ecad0d8 Mon Sep 17 00:00:00 2001 From: Tobias Kohr Date: Mon, 15 Jan 2024 11:55:41 +0100 Subject: [PATCH] chore(ci): remove nx-cloud default workflow --- .github/workflows/ci.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 1b7b786b..00000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: CI - -on: - push: - branches: - - main - pull_request: - -# Needed for nx-set-shas within nx-cloud-main.yml, when run on the main branch -permissions: - actions: read - contents: read - -jobs: - main: - name: Nx Cloud - Main Job - uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.1 - with: - main-branch-name: main - number-of-agents: 3 - init-commands: | - npx nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3 - parallel-commands: | - npx nx-cloud record -- npx nx format:check - parallel-commands-on-agents: | - npx nx affected --target=lint --parallel=3 - npx nx affected --target=test --parallel=3 --ci --code-coverage - npx nx affected --target=build --parallel=3 - - agents: - name: Nx Cloud - Agents - uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.1 - with: - number-of-agents: 3