Skip to content

Commit

Permalink
ci: test install on linux without containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 10, 2024
1 parent 8d0a8e3 commit e96e0e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,21 @@ jobs:

build-linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
containerd:
- containerd-system
- containerd-tarball
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Uninstall containerd
if: matrix.containerd == 'containerd-tarball'
run: |
sudo apt-get remove -y containerd.io
-
name: Set up Docker
uses: ./
Expand Down

0 comments on commit e96e0e2

Please sign in to comment.