From b24bb0811f8b9de1d1bb398eb0322ae8bbe6bccb Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 4 Jan 2025 17:20:54 -0700 Subject: [PATCH] test without network --- .github/workflows/test-action.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 8dacff414e2..7d58b934716 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -137,15 +137,16 @@ jobs: run: | docker pull ${{ matrix.container }} - - name: "Create docker network" - run: | - docker network create --ipv6 --subnet 2001:db8::/64 ip6net - +# - name: "Create docker network" +# run: | +# docker network create --ipv6 --subnet 2001:db8::/64 ip6net +# +# +# --network ip6net \ - name: "Create container ${{ matrix.container }}" run: | /usr/bin/docker \ create --name ${{ github.run_id }}_salt-test \ - --network ip6net \ --workdir /__w/salt/salt \ --privileged \ -e "HOME=/github/home" \