synthetic/.gitea/workflows/main.yaml

17 lines
312 B
YAML
Raw Normal View History

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