mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
fix: e2e tests matrix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user