Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 20, 2023
1 parent a6f5692 commit 60e2dde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/OpenBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: OpenBSD
on:
schedule:
- cron: '10 9 * * *'
workflow_dispatch:
push:
branches:
- '*'
Expand All @@ -24,20 +25,20 @@ jobs:
strategy:
matrix:
release: [""]
runs-on: macos-12
runs-on: ubuntu-22.04
env:
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1
TEST_ACME_Server: "LetsEncrypt.org_test"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: vmactions/cf-tunnel@v0
id: tunnel
with:
protocol: http
port: 8080
- name: Set envs
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- uses: vmactions/openbsd-vm@v0
- uses: vmactions/openbsd-vm@v1
with:
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server'
nat: |
Expand Down

0 comments on commit 60e2dde

Please sign in to comment.