From: Tom Hughes Date: Tue, 3 Dec 2024 10:47:44 +0000 (+0000) Subject: Run vectortile tests in actions X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/903d8c2995087e7863727f0b0e5f0533b2f33513?ds=inline;hp=--cc Run vectortile tests in actions --- 903d8c2995087e7863727f0b0e5f0533b2f33513 diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index c079240cc..e1c8df555 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -112,6 +112,7 @@ jobs: - tilelog - tools - trac + - vectortile - web-cgimap - web-frontend - web-rails @@ -144,6 +145,8 @@ jobs: suite: serverinfo - os: debian-12 suite: supybot + - os: debian-12 + suite: vectortile - os: debian-12 suite: web-cgimap - os: debian-12 @@ -173,6 +176,8 @@ jobs: os: ubuntu-2204 - suite: supybot os: ubuntu-2204 + - suite: vectortile + os: ubuntu-2204 - suite: web-cgimap os: ubuntu-2204 - suite: web-frontend