From e2ca7a9f410bd92324c0938fce380a7199973875 Mon Sep 17 00:00:00 2001 From: Julian Labatut Date: Thu, 2 Mar 2023 23:56:28 +0100 Subject: [PATCH] ci: fix overriding matrix for Linux x86 (#3514) Signed-off-by: Julian Labatut --- .github/workflows/build_and_test_workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_workflow.yml b/.github/workflows/build_and_test_workflow.yml index 881341276215..e991345730db 100644 --- a/.github/workflows/build_and_test_workflow.yml +++ b/.github/workflows/build_and_test_workflow.yml @@ -120,7 +120,7 @@ jobs: run: yarn test:jest_integration:ci functional-tests: - name: Run functional tests on ${{ matrix.name }} + name: Run functional tests on ${{ matrix.name }} (ciGroup${{ matrix.group }}) strategy: matrix: os: [ubuntu-latest, windows-latest] @@ -214,7 +214,6 @@ jobs: name: Build min release artifacts on ${{ matrix.name }} strategy: matrix: - os: [ubuntu-latest, windows-latest] include: - os: ubuntu-latest name: Linux x64