synthetic/.gitea/workflows/main.yaml
Donavan Fritz eabac20beb updates
2024-02-21 15:47:00 -08:00

15 lines
238 B
YAML

name: Synthetic CoreDNS Plugin CI/CD Build
on:
push:
branches:
- main
jobs:
test:
runs-on: main
steps:
- name: run tests
run: |
set -x
docker build \
--progress plain .