Skip to content

Commit 511413e

Browse files
committed
WIP
1 parent 1dd09ad commit 511413e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/task_acceptance_tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ jobs:
2323
runs-on: 'ubuntu-latest'
2424
steps:
2525

26+
- name: Network diagnostics
27+
run: |
28+
nslookup puppet.twingate.com
29+
2630
- name: Connect to Twingate
27-
uses: twingate/github-action@v1
31+
uses: twingate/github-action@v1.5
2832
with:
2933
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
34+
env:
35+
TWINGATE_LOG_LEVEL: debug
3036

3137
- name: Checkout current PR code
3238
uses: actions/checkout@v4

0 commit comments

Comments
 (0)