feat: add cache type to e2e test suite

This commit is contained in:
Karol Sójko
2023-05-04 12:20:37 +02:00
parent c8ea2ab199
commit 30f14820c6

View File

@@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
database: [ "mysql", "sqlite" ]
cache: [ "redis", "memory" ]
runs-on: ubuntu-latest
@@ -44,6 +45,7 @@ jobs:
run: docker compose -f docker-compose.ci.yml up -d
env:
DB_TYPE: ${{ matrix.database }}
CACHE_TYPE: ${{ matrix.cache }}
- name: Wait for server to start
run: docker/is-available.sh http://localhost:3123 $(pwd)/logs