ci: add missing focal database test run
This commit is contained in:
parent
e56069b957
commit
8200df1c40
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue