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