--- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,7 +28,7 @@ runs-on: [self-hosted-ci,medium] timeout-minutes: 1380 - name: unit tests ${{ GITHUB_REF }} + name: ${{ GITHUB_REF }} 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.