d219b8149e
All checks were successful
Synthetic CoreDNS Plugin CI/CD Build / test (push) Successful in 1m3s
17 lines
312 B
YAML
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 .
|