From 642aae3f46a81641b44ac7be395b0778fa5870c0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Dec 2020 22:49:16 +0300 Subject: workflows/test.yml: clearer job names --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13f5702..4cb74e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,11 +18,14 @@ jobs: env: ['', 'winsymlinks:nativestrict'] include: - - {os: windows-2019, name: Windows Server 2019} + - {os: windows-2019, name: 'Windows 2019'} + + - {env: '', env_descr: 'Empty %CYGWIN%'} + - {env: 'winsymlinks:nativestrict', env_descr: 'Custom %CYGWIN%'} runs-on: '${{ matrix.os }}' - name: '${{ matrix.name }} / ${{ matrix.platform }}' + name: '${{ matrix.name }} / ${{ matrix.platform }} / ${{ matrix.env_descr }}' defaults: run: -- cgit v1.2.3