From d948a2735af86d78f47c69006c3be8dda52e0c69 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 18 Aug 2022 09:36:58 +0000 Subject: [PATCH] tests: add name for the job --- --- a/.github/workflows/dev-build-tests.yml +++ b/.github/workflows/dev-build-tests.yml @@ -130,6 +130,8 @@ runs-on: [self-hosted-ci,medium] timeout-minutes: 1380 + name: unit tests + 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. -- gitstuff