let's check the ip returned by new hosts
Some checks failed
Run short tests / run-tests (push) Successful in 1m18s
Run nightly tests / build (push) Successful in 1m38s
Run nightly tests / nightly-tests-play (push) Failing after 41s

This commit is contained in:
2025-05-23 12:05:43 +02:00
parent 6900be6904
commit f3dfae6e12

View File

@@ -42,8 +42,9 @@ jobs:
done &
- name: Try curl the dummy server on port 443
run: |
echo /etc/hosts
ping -c 1 api.notion.com
curl -k https://localhost:443
curl -k https://api.notion.com
# - name: Download artifacts
# uses: actions/download-artifact@v3
# with: