File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 dockur-smoke-test :
1414 runs-on : ubuntu-latest
15- timeout-minutes : 20
15+ timeout-minutes : 30
1616
1717 steps :
1818 - name : Check runner capabilities
@@ -21,16 +21,16 @@ jobs:
2121 ls -l /dev/kvm /dev/net/tun
2222 grep -m 5 -E 'vmx|svm' /proc/cpuinfo || true
2323
24- - name : Start Dockur with Windows XP
24+ - name : Start Dockur with Windows Server 2019
2525 run : |
26- mkdir -p "$RUNNER_TEMP/dockur-xp "
26+ mkdir -p "$RUNNER_TEMP/dockur-2019 "
2727 docker run -d --name dockur-xp \
28- -e VERSION=xp \
28+ -e VERSION=2019 \
2929 -p 8006:8006 \
3030 --device /dev/kvm \
3131 --device /dev/net/tun \
3232 --cap-add NET_ADMIN \
33- -v "$RUNNER_TEMP/dockur-xp :/storage" \
33+ -v "$RUNNER_TEMP/dockur-2019 :/storage" \
3434 --stop-timeout 120 \
3535 docker.io/dockurr/windows
3636
You can’t perform that action at this time.
0 commit comments