Skip to content

Commit

Permalink
ci: use generic test container
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
obbardc authored and sjoerdsimons committed Dec 30, 2023
1 parent a7bfc09 commit 091e1a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 091e1a1

Please sign in to comment.