From 668b37848ae5f3d81982d5faeaa7058a9a953508 Mon Sep 17 00:00:00 2001 From: Matthias Holzer Date: Wed, 27 Nov 2024 09:07:18 +0100 Subject: [PATCH] remove testing:bundle from CI workflows --- .github/workflows/pull-request.yml | 1 - .github/workflows/release-branch.yml | 1 - .github/workflows/release.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3c769e1fa99..63191b9d904 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -170,7 +170,6 @@ jobs: npm ci npx nx run js-api:bundle npx nx run cli:bundle - npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts unit-tests: diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index e7d8e19c609..9c32ab774dc 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -62,7 +62,6 @@ jobs: npm ci npx nx run js-api:bundle npx nx run cli:bundle - npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts release-npm: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19c8cda9715..d2192e1ebe3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,6 @@ jobs: npm ci npx nx run js-api:bundle npx nx run cli:bundle - npx nx run testing:bundle - uses: ./.github/actions/upload-node-modules-and-artifacts release-storybook: