ci: add missing focal database test run

This commit is contained in:
Kyle Robbertze 2021-11-05 10:38:38 +02:00 committed by Jonas L
parent e56069b957
commit 8200df1c40
1 changed files with 8 additions and 2 deletions

View File

@ -146,7 +146,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
context: [analyzer, api_client] context: [analyzer, api_client]
release: [bionic, buster, focal] release:
- bionic
- buster
- focal
container: ghcr.io/libretime/libretime-dev:${{ matrix.release }} container: ghcr.io/libretime/libretime-dev:${{ matrix.release }}
defaults: defaults:
run: run:
@ -172,7 +175,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
context: [api] context: [api]
release: [bionic, buster] release:
- bionic
- buster
- focal
services: services:
postgres: postgres:
image: postgres image: postgres