git.delta.rocks / unique-network / refs/commits / a85410a0f413

difftreelog

Enable continue-on-errors.

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

1 file changed

modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
2626
27 name: Build Container, Spin it Up an test27 name: Build Container, Spin it Up an test
2828
29 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.29 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.
3030
31 strategy:31 strategy:
32 matrix:32 matrix: