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 .