Skip to content

Commit

Permalink
Temporarily exclude docker-rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco committed Jun 27, 2024
1 parent feeb8e6 commit 80bd787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@ jobs:
strategy:
matrix:
node-version: [ 18.x, 20.x ]
container-runtime: [ docker, docker-rootless, podman ]
container-runtime: [ docker, podman ]
include:
- container-runtime: docker
runner: ubuntu-22.04
- container-runtime: docker-rootless
runner: ubuntu-22.04
- container-runtime: podman
runner: ubuntu-22.04
- container-runtime: rancher-desktop
runner: macos-13
uses: ./.github/workflows/test-template.yml
with:
runner: ${{ matrix.runner }}
Expand Down

0 comments on commit 80bd787

Please sign in to comment.