Skip to content

Commit 06962fd

Browse files
authored
fix: remove Tailscale connection step from test workflow (#27)
1 parent 83f2b4f commit 06962fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
sudo cp ${{ runner.temp }}/certificate.pem /usr/local/share/ca-certificates/certificate.crt
6161
sudo update-ca-certificates
6262
63-
- name: Connect to Tailscale
64-
uses: ./.github/workflows/tailscale
65-
with:
66-
auth_key: ${{ secrets.TAILSCALE_AUTH_KEY_EPHEMERAL }}
67-
6863
- name: Test application
6964
uses: ./.github/workflows/go-test
7065
env:

0 commit comments

Comments
 (0)