fix: e2e tests matrix

This commit is contained in:
Karol Sójko
2023-05-05 13:18:52 +02:00
parent 097a7eae7e
commit 0a0b8aafaf
+5 -1
View File
@@ -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