]> git.openstreetmap.org Git - chef.git/commitdiff
Move web tests to run on Debian instead of Ubuntu
authorTom Hughes <tom@compton.nu>
Thu, 29 Aug 2024 21:41:48 +0000 (22:41 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 29 Aug 2024 21:41:48 +0000 (22:41 +0100)
.github/workflows/test-kitchen.yml

index 9102aaf9f326295885789172a1273dc2eebf9152..3152db471273574f27fb8ffcfa9912099b41417d 100644 (file)
@@ -140,6 +140,12 @@ jobs:
             suite: serverinfo
           - os: debian-12
             suite: supybot
+          - os: debian-12
+            suite: web-cgimap
+          - os: debian-12
+            suite: web-frontend
+          - os: debian-12
+            suite: web-rails
         exclude:
           - suite: apt-repository
             os: ubuntu-2204
@@ -161,6 +167,12 @@ jobs:
             os: ubuntu-2204
           - suite: supybot
             os: ubuntu-2204
+          - suite: web-cgimap
+            os: ubuntu-2204
+          - suite: web-frontend
+            os: ubuntu-2204
+          - suite: web-rails
+            os: ubuntu-2204
       fail-fast: false
     steps:
     - name: Login to GitHub Container Registry