]> git.openstreetmap.org Git - chef.git/commitdiff
Use consistent ordering for test names
authorTom Hughes <tom@compton.nu>
Thu, 6 Aug 2020 17:47:26 +0000 (18:47 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Aug 2020 17:47:26 +0000 (18:47 +0100)
.github/workflows/test-kitchen.yml

index 8fc5c9ba674e6be9357c4a85ac45ac0498600c57..d8a39bb1985842713f8f09a0e8d57548df424d25 100644 (file)
@@ -102,10 +102,10 @@ jobs:
         os:
           - ubuntu-2004
         include:
-          - os: ubuntu-1804
-            suite: osqa
-          - os: ubuntu-1804
-            suite: trac
+          - suite: osqa
+            os: ubuntu-1804
+          - suite: trac
+            os: ubuntu-1804
         exclude:
           - suite: osqa
             os: ubuntu-2004