diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3c769e1fa9..63191b9d90 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 e7d8e19c60..9c32ab774d 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 19c8cda971..d2192e1ebe 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: