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 .
|