Skip to content

Commit e53e4a4

Browse files
committed
twingate debugging
1 parent f982569 commit e53e4a4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,18 @@ jobs:
2222

2323
runs-on: 'ubuntu-latest'
2424
steps:
25-
25+
2626
- name: Connect to Twingate
2727
uses: twingate/github-action@v1
2828
with:
2929
service-key: ${{ secrets.TWINGATE_DIAMOND_SKINK_SECURITY_PROD }}
30+
env:
31+
TWINGATE_LOG_LEVEL: debug
32+
33+
- name: Test connectivity after Twingate
34+
run: |
35+
echo "Testing connection..."
36+
curl -v --connect-timeout 10 https://artifactory.delivery.puppetlabs.net/ || echo "Connection failed"
3037
3138
# - name: Add delay for network connection
3239
# run: sleep 30

0 commit comments

Comments
 (0)