ping not permitted, use host instead
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -42,10 +42,8 @@ jobs:
|
|||||||
done &
|
done &
|
||||||
- name: Try curl the dummy server on port 443
|
- name: Try curl the dummy server on port 443
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
|
||||||
apt-get install -y iputils-ping
|
|
||||||
cat /etc/hosts
|
cat /etc/hosts
|
||||||
ping -c 1 api.notion.com
|
host api.notion.com
|
||||||
curl -k https://localhost:443
|
curl -k https://localhost:443
|
||||||
# - name: Download artifacts
|
# - name: Download artifacts
|
||||||
# uses: actions/download-artifact@v3
|
# uses: actions/download-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user