From 62eb72c9f7c35aa28d21c5998de36d7ae2e69e40 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 5 Mar 2026 12:29:11 +0100 Subject: [PATCH] ci: add e2e API tests to CI pipeline --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e1106387..ec82fb162 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -178,6 +178,16 @@ jobs: test: - feature - web + - e2e-api + exclude: + - db: sqlite + test: e2e-api + - db: postgres + test: e2e-api + - db: mysql + test: e2e-api + - db: paradedb + test: e2e-api services: db-mysql: image: ${{ matrix.db == 'mysql' && 'mariadb:12@sha256:5b6a1eac15b85b981a61afb89aea2a22bf76b5f58809d05f0bcc13ab6ec44cb8' || '' }}