From 99636cf5a3357d7cea3ab421b48602101fa09915 Mon Sep 17 00:00:00 2001 From: kozyrevdev <73348153+kozyrevdev@users.noreply.github.com> Date: Mon, 08 Aug 2022 15:16:50 +0000 Subject: [PATCH] Merge pull request #478 from UniqueNetwork/ci-enable-running-alltest-even-error Enabled running all test even errors exists. --- --- a/.github/workflows/node_build_test.yml +++ b/.github/workflows/node_build_test.yml @@ -28,7 +28,7 @@ name: Build Container, Spin it Up an test - 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. + 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. strategy: matrix: -- gitstuff