85d9adbbed
Synthetic CoreDNS Plugin CI/CD Build / test (push) Has been cancelled
Runners are registered with the fritzlab label, not main. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
316 B
YAML
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 .
|