From 8200df1c40830672b9923321eef5e7cf7dd848a4 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Fri, 5 Nov 2021 10:38:38 +0200 Subject: [PATCH] ci: add missing focal database test run --- .github/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d18cd1f7..59ab604f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,7 +146,10 @@ jobs: fail-fast: false matrix: context: [analyzer, api_client] - release: [bionic, buster, focal] + release: + - bionic + - buster + - focal container: ghcr.io/libretime/libretime-dev:${{ matrix.release }} defaults: run: @@ -172,7 +175,10 @@ jobs: fail-fast: false matrix: context: [api] - release: [bionic, buster] + release: + - bionic + - buster + - focal services: postgres: image: postgres