Skip to content

add Dockerfile and make target #21

add Dockerfile and make target

add Dockerfile and make target #21

Workflow file for this run

name: "CI"
on: [push, pull_request]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1
- name: Check out code
uses: actions/checkout@v1
- name: Install deps
run: sudo snap install yq
- name: Build
run: make build
- name: Config
run: make config
- name: Test
run: make integration-test