Skip to content

Commit d7b0068

Browse files
committed
Verify connection
1 parent 69321e6 commit d7b0068

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}
3030
tags: tag:ci
3131

32+
- name: Verify Tailscale connection
33+
run: |
34+
# Check if tailscale is running and connected
35+
tailscale status
36+
# Ping the registry to verify connectivity
37+
ping -c 3 100.97.22.118
38+
3239
- name: Build Docker image
3340
uses: docker/build-push-action@v4
3441
with:

0 commit comments

Comments
 (0)