File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
.github/actions/frontend-build Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 5858 working-directory : frontend
5959 shell : bash
6060
61- - name : Test make build-block-producers
62- if : inputs.test-build-commands == 'true'
63- run : |
64- rm -rf dist
65- make build-block-producers
66- [ -d "dist/frontend" ] || { echo "Error: make build-block-producers failed"; exit 1; }
67- working-directory : frontend
68- shell : bash
69-
7061 - name : Test make build-fuzzing
7162 if : inputs.test-build-commands == 'true'
7263 run : |
9485 working-directory : frontend
9586 shell : bash
9687
97-
98- - name : Test make build-producer
99- if : inputs.test-build-commands == 'true'
100- run : |
101- rm -rf dist
102- make build-producer
103- [ -d "dist/frontend" ] || { echo "Error: make build-producer failed"; exit 1; }
104- working-directory : frontend
105- shell : bash
106-
10788 - name : Test make build-production
10889 if : inputs.test-build-commands == 'true'
10990 run : |
You can’t perform that action at this time.
0 commit comments