revisions of isolation-check
Some checks failed
Runner Isolation Check / isolation-test (push) Failing after 1m44s
Some checks failed
Runner Isolation Check / isolation-test (push) Failing after 1m44s
This commit is contained in:
@@ -65,8 +65,9 @@ jobs:
|
||||
- name: Check external IP
|
||||
run: |
|
||||
echo "--- Checking external IP (https://ifconfig.me)"
|
||||
for addr in https://ifconfig.me ; do
|
||||
curl $addr
|
||||
for ignore in errors ; do
|
||||
curl -4 icanhazip.com
|
||||
curl -6 icanhazip.com
|
||||
done
|
||||
|
||||
- name: Outbound reachability sanity check
|
||||
|
||||
Reference in New Issue
Block a user