let's check the ip returned by new hosts
This commit is contained in:
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@@ -42,8 +42,9 @@ jobs:
|
|||||||
done &
|
done &
|
||||||
- name: Try curl the dummy server on port 443
|
- name: Try curl the dummy server on port 443
|
||||||
run: |
|
run: |
|
||||||
|
echo /etc/hosts
|
||||||
|
ping -c 1 api.notion.com
|
||||||
curl -k https://localhost:443
|
curl -k https://localhost:443
|
||||||
curl -k https://api.notion.com
|
|
||||||
# - name: Download artifacts
|
# - name: Download artifacts
|
||||||
# uses: actions/download-artifact@v3
|
# uses: actions/download-artifact@v3
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user