From 903d8c2995087e7863727f0b0e5f0533b2f33513 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 3 Dec 2024 10:47:44 +0000 Subject: [PATCH] Run vectortile tests in actions --- .github/workflows/test-kitchen.yml | 5 +++++ 1 file changed, 5 insertions(+) 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