synthetic/.gitea/workflows/main.yaml
Donavan Fritz d219b8149e
All checks were successful
Synthetic CoreDNS Plugin CI/CD Build / test (push) Successful in 1m3s
checkout code
2024-02-21 15:49:34 -08:00

17 lines
312 B
YAML

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