]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
More compact representation of config matrix.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 17 Feb 2021 10:47:48 +0000 (21:47 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 17 Feb 2021 10:47:48 +0000 (21:47 +1100)
.github/workflows/selfhosted.yml

index 49fd17e9e1601aeae816e76255a31ad539e60125..637ce959f1a156843e8f80ade6c5d802e4bfef67 100644 (file)
@@ -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