Skip to content

Adapt to helm upgrade #160

Adapt to helm upgrade

Adapt to helm upgrade #160

Workflow file for this run

name: test
on:
pull_request:
paths-ignore:
- '*.md'
push:
branches:
- master
paths-ignore:
- '*.md'
jobs:
test:
name: test
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20.0
- uses: actions/checkout@v3
- name: Build binary to make sure it works
run: go build
- name: Test
run: make test