We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b71ba1 commit 3efe440Copy full SHA for 3efe440
.github/workflows/task_acceptance_tests.yaml
@@ -22,9 +22,18 @@ jobs:
22
23
runs-on: 'ubuntu-latest'
24
steps:
25
- - name: Network diagnostics
+ - name: Debug internal DNS resolution
26
run: |
27
- nslookup puppet.twingate.com
+ echo "=== Testing internal domain resolution ==="
28
+ nslookup artifactory.delivery.puppetlabs.net || echo "nslookup failed"
29
+ dig artifactory.delivery.puppetlabs.net || echo "dig failed"
30
+
31
+ echo "=== Current DNS servers ==="
32
+ cat /etc/resolv.conf
33
34
+ echo "=== Twingate status ==="
35
+ sudo systemctl status twingate || echo "systemctl not available"
36
+ ps aux | grep twingate || echo "no twingate processes visible"
37
38
- name: Connect to Twingate
39
uses: twingate/github-action@v1
0 commit comments