From: Tom Hughes Date: Thu, 29 Aug 2024 21:41:48 +0000 (+0100) Subject: Move web tests to run on Debian instead of Ubuntu X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c12e8fd9cc2fbc958dd533fd7f5dc0be957e3675?ds=sidebyside;hp=226773e8e4b1b7e0141c45e0040fa2cd4141282a Move web tests to run on Debian instead of Ubuntu --- diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 9102aaf9f..3152db471 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -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