Skip to content

DragonFlyBSD

DragonFlyBSD #712

Workflow file for this run

name: DragonFlyBSD
on:
schedule:
- cron: '10 9 * * *'
workflow_dispatch:
push:
branches:
- '*'
paths:
- '**.sh'
- '.github/workflows/DragonFlyBSD.yml'
pull_request:
branches:
- '*'
paths:
- '**.sh'
- '.github/workflows/DragonFlyBSD.yml'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
DragonFlyBSD:
strategy:
matrix:
release: [""]
runs-on: ubuntu-latest
env:
TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1
TEST_ACME_Server: "LetsEncrypt.org_test"
steps:
- 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/dragonFlybsd-vm@v1
with:
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server'
nat: |
"8080": "80"
prepare: pkg install -y socat curl libnghttp2
usesh: true
release: ${{ matrix.release }}
copyback: false
run: ./letest.sh