aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-23 22:49:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-23 22:53:23 +0300
commit642aae3f46a81641b44ac7be395b0778fa5870c0 (patch)
tree1804d15403a33c99c14e4afdc55bad8f0bf01851
parentworkflows/test.yml: check %CYGWIN% (diff)
downloadsetup-cygwin-642aae3f46a81641b44ac7be395b0778fa5870c0.tar.gz
setup-cygwin-642aae3f46a81641b44ac7be395b0778fa5870c0.zip
workflows/test.yml: clearer job names
-rw-r--r--.github/workflows/test.yml7
1 files 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: