Skip to content

add filename to error returned on config read #89

add filename to error returned on config read

add filename to error returned on config read #89

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Unit Tests
run: make test-docker
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.11.1"
- name: Integration Tests
run: |
kubectl cluster-info
make ci-integration-tests