Files
synthetic/.gitea/workflows/main.yaml
T
Donavan Fritz 85d9adbbed
Synthetic CoreDNS Plugin CI/CD Build / test (push) Has been cancelled
Fix CI runner label: main -> fritzlab
Runners are registered with the fritzlab label, not main.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 13:35:18 -05:00

17 lines
316 B
YAML

name: Synthetic CoreDNS Plugin CI/CD Build
on:
push:
branches:
- main
jobs:
test:
runs-on: fritzlab
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: run tests
run: |
set -x
docker build \
--progress plain .