Skip to content

cleanup(ci): move to using goreleaser (#24) #42

cleanup(ci): move to using goreleaser (#24)

cleanup(ci): move to using goreleaser (#24) #42

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: 'latest'
- name: Run tests
run: make test