Skip to content

Commit

Permalink
ci: add netcheck to tailscale check
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 18, 2024
1 parent ebb4721 commit f696888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_against_testrig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
tailscale --version
tailscale status
tailscale netcheck
ping -c 3 flashhost
ssh fab@flashhost flashhost_list_images
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
run: |
tailscale --version
tailscale status
tailscale netcheck
curl http://flashhost/${{ github.event.inputs.target }}/
- name: "🎭 Run E2E tests"
Expand Down

0 comments on commit f696888

Please sign in to comment.