mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try setting network mtu to fix tests
This commit is contained in:
parent
05f9bcae18
commit
f2046b3a71
1 changed files with 4 additions and 6 deletions
10
.github/workflows/test-action.yml
vendored
10
.github/workflows/test-action.yml
vendored
|
@ -140,12 +140,10 @@ jobs:
|
|||
run: |
|
||||
docker pull ${{ matrix.container }}
|
||||
|
||||
# - name: "Create docker network"
|
||||
# run: |
|
||||
# docker network create --ipv6 --subnet 2001:db8::/64 ip6net
|
||||
#
|
||||
#
|
||||
# --network ip6net \
|
||||
- name: "Create docker network"
|
||||
run: |
|
||||
docker network create -o "com.docker.network.driver.mtu=1500" --ipv6 --subnet 2001:db8::/64 ip6net
|
||||
|
||||
- name: "Create container ${{ matrix.container }}"
|
||||
run: |
|
||||
/usr/bin/docker \
|
||||
|
|
Loading…
Add table
Reference in a new issue