git.delta.rocks / unique-network / refs/commits / 8c31dcf0fe11

difftreelog

fix forkless build and tests workflow steps

Konstantin Astakhov2023-01-24parent: #612eec9.patch.diff
in: master

2 files changed

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
49 name: ${{ matrix.network }}-data49 name: ${{ matrix.network }}-data
50 strategy:50 strategy:
51 matrix:51 matrix:
52 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}
5353
54 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.54 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.
5555
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
5353
54 strategy:54 strategy:
55 matrix:55 matrix:
56 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}56 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}
5757
58 steps:58 steps:
59 - name: Clean Workspace59 - name: Clean Workspace