From e8163a1883290391d993855c31db01cd68302eab Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 14 Feb 2024 11:22:57 +0800 Subject: [PATCH] use cf-tunnel for tinycore --- .github/workflows/Linux.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 275ec9f7e..b3cf47d55 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -34,6 +34,13 @@ jobs: TEST_ACME_Server: "LetsEncrypt.org_test" steps: - uses: actions/checkout@v4 + - uses: vmactions/cf-tunnel@v0 + id: tunnel + with: + protocol: http + port: 80 + - name: Set envs + run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV - name: Run acmetest run: | ./rundocker.sh testplat ${{ matrix.os }}