git.delta.rocks / unique-network / refs/commits / 15f4cf3db81b

difftreelog

Enabled running all test even errors exists.

Alexander Aksenov2022-08-08parent: #c410db5.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
2828
29 name: Build Container, Spin it Up an test29 name: Build Container, Spin it Up an test
3030
31 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.31 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.
3232
33 strategy:33 strategy:
34 matrix:34 matrix: