Skip to content

Commit

Permalink
use cf-tunnel for tinycore
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Feb 14, 2024
1 parent 69295ef commit e8163a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e8163a1

Please sign in to comment.