From 6ac3bf76759c417437653c512c2b6dd176b39bf4 Mon Sep 17 00:00:00 2001 From: Senichenkov Date: Tue, 7 Jan 2025 14:38:14 +0300 Subject: [PATCH] Add empty "os" and "compiler" in core-tests (maybe this will work?) --- .github/workflows/core-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core-tests.yml b/.github/workflows/core-tests.yml index 38c60d562..b4991b7ad 100644 --- a/.github/workflows/core-tests.yml +++ b/.github/workflows/core-tests.yml @@ -35,6 +35,8 @@ jobs: - { BUILD_TYPE: Debug } - { BUILD_TYPE: Debug, SANITIZER : ADDRESS } - { BUILD_TYPE: Debug, SANITIZER : UB } + os: [] + compiler: [] include: # TODO(senichenkov): Select image dynamically, based on name - os: {name: ubuntu, image: ubuntu-latest}