From 85a046d40a8523d82ed5d80b7bda079a76195d23 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 Nov 2020 06:02:25 +0300 Subject: bit prettier YAML --- .github/workflows/test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5087e6..94ec72e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,15 +13,13 @@ jobs: strategy: fail-fast: false matrix: - os: ['windows-2019', 'windows-2016'] - arch: ['x86', 'x64'] + os: [windows-2019, windows-2016] + arch: [x86, x64] include: # Prettier run names. - - os: windows-2019 - name: VS 2019 - - os: windows-2016 - name: VS 2017 + - {os: windows-2019, name: VS 2019} + - {os: windows-2016, name: VS 2017} runs-on: '${{ matrix.os }}' @@ -51,4 +49,4 @@ jobs: - name: Build foo.exe run: | cl.exe /EHsc foo.cpp - ./foo.exe + .\foo.exe -- cgit v1.2.3