Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

🌱 bump k8s, helm-operator-plugins, of/operator-registry, and of/api #2146

🌱 bump k8s, helm-operator-plugins, of/operator-registry, and of/api

🌱 bump k8s, helm-operator-plugins, of/operator-registry, and of/api #2146

Workflow file for this run

name: unit
on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make test-unit
- uses: codecov/codecov-action@v3
with:
files: cover.out
functionalities: fixes