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: |