From 091e1a155f1bfd6846cfaab95c1af4203cc8d621 Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Mon, 4 Dec 2023 17:25:11 +0000 Subject: [PATCH] ci: use generic test container In go-debos/test-containers#30 we simplified the test containers by only creating one container for both fakemachine/debos instead of creating separate containers for each project. Use the new container. Signed-off-by: Christopher Obbard --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53078f0e..a3b97428 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,10 +21,10 @@ jobs: fail-fast: false matrix: variant: - - debos-arch - - debos-bookworm - - debos-bullseye - - debos-trixie + - arch + - bookworm + - bullseye + - trixie runs-on: ubuntu-latest defaults: run: