From 41806d9507d78f5ead59db8a756492ad26f7843f Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Wed, 1 Oct 2025 18:54:50 +0200 Subject: [PATCH] CI/frontend-build: remove build-producer and block-producers Environments have been removed in a previous patch --- .github/actions/frontend-build/action.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/actions/frontend-build/action.yml b/.github/actions/frontend-build/action.yml index b02be0d4e..a6819f1ea 100644 --- a/.github/actions/frontend-build/action.yml +++ b/.github/actions/frontend-build/action.yml @@ -58,15 +58,6 @@ runs: working-directory: frontend shell: bash - - name: Test make build-block-producers - if: inputs.test-build-commands == 'true' - run: | - rm -rf dist - make build-block-producers - [ -d "dist/frontend" ] || { echo "Error: make build-block-producers failed"; exit 1; } - working-directory: frontend - shell: bash - - name: Test make build-fuzzing if: inputs.test-build-commands == 'true' run: | @@ -94,16 +85,6 @@ runs: working-directory: frontend shell: bash - - - name: Test make build-producer - if: inputs.test-build-commands == 'true' - run: | - rm -rf dist - make build-producer - [ -d "dist/frontend" ] || { echo "Error: make build-producer failed"; exit 1; } - working-directory: frontend - shell: bash - - name: Test make build-production if: inputs.test-build-commands == 'true' run: |