From b4c55e31f6147ba51621fc7b7a1100601047333a Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sun, 24 Apr 2022 17:47:18 +0200 Subject: [PATCH] ci/Tests: style Signed-off-by: Unai Martinez-Corral --- .github/workflows/Tests.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index d0ed1026b4..d84d88423e 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -7,11 +7,23 @@ jobs: Test: container: ubuntu:bionic - runs-on: [self-hosted, Linux, X64] + runs-on: + - self-hosted + - Linux + - X64 strategy: fail-fast: false matrix: - test: ['docs', 'testarch', 'tests', 'ice40', 'xc7', 'xc7-vendor', 'xc7a200t', 'xc7a200t-vendor', 'ql'] + test: + - docs + - testarch + - tests + - ice40 + - xc7 + - xc7-vendor + - xc7a200t + - xc7a200t-vendor + - ql env: MAX_CORES: 80 GHA_EXTERNAL_DISK: "tools" @@ -34,7 +46,10 @@ jobs: Install: container: ubuntu:bionic - runs-on: [self-hosted, Linux, X64] + runs-on: + - self-hosted + - Linux + - X64 needs: Test env: