git.delta.rocks / unique-network / refs/commits / 99636cf5a335

difftreelog

Merge pull request #478 from UniqueNetwork/ci-enable-running-alltest-even-error

kozyrevdev2022-08-08parents: #c410db5 #15f4cf3.patch.diff
in: master
Enabled running all test even errors exists.

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: