Skip to content

update controller-gen and kustomize, update the generated code and manifests #59

update controller-gen and kustomize, update the generated code and manifests

update controller-gen and kustomize, update the generated code and manifests #59

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
GITHUB_ENV: ".env"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install go
uses: actions/setup-go@v3
with:
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run make test
run: make test