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

This commit is contained in:
iFargle 2023-12-08 22:00:13 +09:00
parent 85ea9831fe
commit 74f4c00f13

View file

@ -51,21 +51,21 @@ jobs:
- name: "Setup: Headscale"
run: |
echo "tailscaled --cleanup"
tailscaled --cleanup
sudo tailscaled --cleanup
echo ""
echo "tailscaled --state=mem 2> ~/tailscaled.log &"
tailscaled --state=mem: 2> ~/tailscaled.log &
sudo tailscaled --state=mem: 2> ~/tailscaled.log &
echo ""
echo "tailscale up"
tailscale up \
sudo tailscale up \
--login-server=https://headscale.sysctl.io \
--accept-routes \
--accept-dns \
--authkey ${{ secrets.TAILSCALE_KEY }} \
--hostname forgejo-runner \
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
tailscale status
tailscale netcheck
sudo tailscale status
sudo tailscale netcheck
- uses: actions/checkout@v3
- name: "Directory Structure"