mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
test without network
This commit is contained in:
parent
0d6f1857ec
commit
b24bb0811f
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test-action.yml
vendored
11
.github/workflows/test-action.yml
vendored
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue