Skip to content

Added Optional Logging support #113

Added Optional Logging support

Added Optional Logging support #113

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/[email protected]
with:
version: "v0.11.1"
- name: Integration Tests
run: |
kubectl cluster-info
make ci-integration-tests