Skip to content

zone: add PTR record management for DDNS and /zm/update-ptr #105

zone: add PTR record management for DDNS and /zm/update-ptr

zone: add PTR record management for DDNS and /zm/update-ptr #105

Workflow file for this run

name: E2E Tests
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: e2e-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
e2e:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
cache: true
- name: Run e2e tests
run: go test -tags=e2e -v -timeout=5m -count=1 ./tests/e2e/...