parent
2d6efd8dea
commit
c87def3e9c
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
options: --volume /dev/net/tun:/dev/net/tun --cap_add NET_ADMIN
|
options: --volume /dev/net/tun:/dev/net/tun
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup: Runner"
|
- name: "Setup: Runner"
|
||||||
run: |
|
run: |
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
tailscaled --cleanup
|
tailscaled --cleanup
|
||||||
echo ""
|
echo ""
|
||||||
echo "tailscaled -state=mem &"
|
echo "tailscaled -state=mem &"
|
||||||
tailscaled -state=mem:
|
tailscaled -state=mem: &
|
||||||
echo ""
|
echo ""
|
||||||
echo "tailscale up"
|
echo "tailscale up"
|
||||||
tailscale up \
|
tailscale up \
|
||||||
|
|
Loading…
Reference in a new issue