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