From 2d529b1f1cecbe7b071a36b7bd6fbd30344a27ac Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 23 May 2025 12:08:21 +0200 Subject: [PATCH] doesnt have ping yet, needs to install --- .github/workflows/nightly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a3705c0..1aa8318 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,7 +42,9 @@ jobs: done & - name: Try curl the dummy server on port 443 run: | - echo /etc/hosts + apt-get update + apt-get install -y iputils-ping + cat /etc/hosts ping -c 1 api.notion.com curl -k https://localhost:443 # - name: Download artifacts