test
Some checks failed
ssh-test / ssh-test (push) Failing after 21s

This commit is contained in:
iFargle 2023-12-08 21:25:19 +09:00
parent 2d6efd8dea
commit c87def3e9c

View file

@ -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 \