From 15f4cf3db81bb8ccf21e404617dd77fd52a528c5 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 08 Aug 2022 15:11:38 +0000 Subject: [PATCH] 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