From: Darren Tucker Date: Wed, 17 Feb 2021 10:47:48 +0000 (+1100) Subject: More compact representation of config matrix. X-Git-Tag: V_8_5_P1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4512047f57ca3c6e8cd68f0cc69be59e98b25287;p=thirdparty%2Fopenssh-portable.git More compact representation of config matrix. --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 49fd17e9e..637ce959f 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -22,20 +22,13 @@ jobs: - default # Then we include any extra configs we want to test for specific VMs. include: - - vm: dfly30 - configs: without-openssl - - vm: dfly48 - configs: pam - - vm: dfly58 - configs: pam - - vm: sol10 - configs: pam - - vm: sol11 - configs: pam - - vm: sol11 - configs: sol64 - - vm: sol11 - configs: sol64-pam + - { vm: dfly30, configs: without-openssl} + - { vm: dfly48, configs: pam } + - { vm: dfly58, configs: pam } + - { vm: sol10, configs: pam } + - { vm: sol11, configs: pam } + - { vm: sol11, configs: sol64 } + - { vm: sol11, configs: sol64-pam } steps: - uses: actions/checkout@v2 - name: autoreconf