Skip to content

Commit

Permalink
Move web tests to run on Debian instead of Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Aug 29, 2024
1 parent 226773e commit c12e8fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c12e8fd

Please sign in to comment.