Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/actions/frontend-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
Loading