ping not permitted, use host instead
Some checks failed
Run short tests / run-tests (push) Successful in 1m17s
Run nightly tests / build (push) Successful in 1m41s
Run nightly tests / nightly-tests-play (push) Failing after 26s

This commit is contained in:
2025-05-23 12:12:20 +02:00
parent 2d529b1f1c
commit 909b45b51e

View File

@@ -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