doesnt have ping yet, needs to install
Some checks failed
Run short tests / run-tests (push) Successful in 1m17s
Run nightly tests / build (push) Successful in 1m40s
Run nightly tests / nightly-tests-play (push) Failing after 31s

This commit is contained in:
2025-05-23 12:08:21 +02:00
parent f3dfae6e12
commit 2d529b1f1c

View File

@@ -42,7 +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 apt-get update
apt-get install -y iputils-ping
cat /etc/hosts
ping -c 1 api.notion.com ping -c 1 api.notion.com
curl -k https://localhost:443 curl -k https://localhost:443
# - name: Download artifacts # - name: Download artifacts