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 95daa37 commit b78bf54Copy full SHA for b78bf54
.github/workflows/build_db.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
58
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
59
- args: '--exit-node=${{ env.TS_EXIT_NODE_IP }}'
+ args: '--accept-dns=true --exit-node=${{ env.TS_EXIT_NODE_IP }}'
60
ping: '${{ secrets.TS_EXIT_NODE }}'
61
tags: tag:ci-uscis
62
version: latest
@@ -66,6 +66,7 @@ jobs:
66
echo "Available exit nodes:"
67
tailscale status | grep 'exit node'
68
69
+ timeout 30s bash -c "until ./curl_request_api.sh 1.1.1.1; do sleep 5; done"
70
timeout 30s bash -c "until ./curl_request_api.sh ${{ env.IPTEST_URL }}; do sleep 5; done"
71
timeout 30s bash -c "until ./curl_request_api.sh ${{ env.STEALTH_IPTEST_URL }}; do sleep 5; done"
72
- name: Build DB and changelog
0 commit comments