Skip to content

chore: update README for clarity #102

chore: update README for clarity

chore: update README for clarity #102

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