From 0a0b8aafaf7a007abeb782175fe39bdee33bf2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 5 May 2023 13:18:52 +0200 Subject: [PATCH] fix: e2e tests matrix --- .github/workflows/common-e2e.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index b5b70ccf0..22d8d3760 100644 --- a/.github/workflows/common-e2e.yml +++ b/.github/workflows/common-e2e.yml @@ -22,7 +22,11 @@ jobs: strategy: matrix: database: [ "mysql", "sqlite" ] - cache: [ "redis", "memory" ] + include: + - cache: "redis" + database: "mysql" + - cache: "memory" + database: "sqlite" runs-on: ubuntu-latest