From c12e8fd9cc2fbc958dd533fd7f5dc0be957e3675 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 29 Aug 2024 22:41:48 +0100 Subject: [PATCH 1/1] Move web tests to run on Debian instead of Ubuntu --- .github/workflows/test-kitchen.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.39.5