git.delta.rocks / unique-network / refs/commits / 8522be9745b8

difftreelog

Removed job dependencie.

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

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
26 # The type of runner that the job will run on26 # The type of runner that the job will run on
27 runs-on: self-hosted-ci27 runs-on: self-hosted-ci
2828
29 needs: pre-requisites
30 name: Build Container, Spin it Up an test29 name: Build Container, Spin it Up an test
3130
32 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: 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.