From b2c718d13d12b6c152e19974d3490c2ed7f5d51d Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 30 Nov 2025 13:12:57 +0100 Subject: [PATCH] ci/cd: fix wrong storage value --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ab558411..b07669fc 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -59,9 +59,9 @@ jobs: matrix: include: - db: sqlite - storage: fs + storage: filesystem - db: postgres - storage: fs + storage: filesystem - db: sqlite storage: s3 - db: sqlite