From f3dfae6e123052fd7d3c98b9c3e8c9b40139c1b3 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Fri, 23 May 2025 12:05:43 +0200 Subject: [PATCH] let's check the ip returned by new hosts --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c5e6639..a3705c0 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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: