summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-17 21:47:48 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-17 21:47:48 +1100
commit4512047f57ca3c6e8cd68f0cc69be59e98b25287 (patch)
tree8f101fb503855469999dbf1a326e49b9ed28e820
parent0406cd09f05c2e419b113dd4c0eac8bc34ec915b (diff)
More compact representation of config matrix.
-rw-r--r--.github/workflows/selfhosted.yml21
1 files changed, 7 insertions, 14 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 49fd17e9..637ce959 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