From 909b45b51e51c397e040d640d4cf3bcb98779d05 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 23 May 2025 12:12:20 +0200 Subject: [PATCH] ping not permitted, use host instead --- .github/workflows/nightly.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1aa8318..484195a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,10 +42,8 @@ jobs: done & - name: Try curl the dummy server on port 443 run: | - apt-get update - apt-get install -y iputils-ping cat /etc/hosts - ping -c 1 api.notion.com + host api.notion.com curl -k https://localhost:443 # - name: Download artifacts # uses: actions/download-artifact@v3