Skip to content

Commit b78bf54

Browse files
committed
Try checking non-DNS test address
1 parent 95daa37 commit b78bf54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_db.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
5858
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
59-
args: '--exit-node=${{ env.TS_EXIT_NODE_IP }}'
59+
args: '--accept-dns=true --exit-node=${{ env.TS_EXIT_NODE_IP }}'
6060
ping: '${{ secrets.TS_EXIT_NODE }}'
6161
tags: tag:ci-uscis
6262
version: latest
@@ -66,6 +66,7 @@ jobs:
6666
echo "Available exit nodes:"
6767
tailscale status | grep 'exit node'
6868
69+
timeout 30s bash -c "until ./curl_request_api.sh 1.1.1.1; do sleep 5; done"
6970
timeout 30s bash -c "until ./curl_request_api.sh ${{ env.IPTEST_URL }}; do sleep 5; done"
7071
timeout 30s bash -c "until ./curl_request_api.sh ${{ env.STEALTH_IPTEST_URL }}; do sleep 5; done"
7172
- name: Build DB and changelog

0 commit comments

Comments
 (0)