Skip to content

build: bump github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0 in /hack/release #8049

build: bump github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0 in /hack/release

build: bump github.com/fluxcd/helm-controller/api from 1.0.1 to 1.1.0 in /hack/release #8049

Workflow file for this run

name: Go test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install NIX
uses: cachix/install-nix-action@V28
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: true
skip-nix-installation: true
- name: Run unit tests
run: devbox run -- make go-test
- name: Check if git-operator manifests are up to date
run: |
devbox run just git-operator-fetch-manifests
git diff --exit-code
- name: Report Coveralls
uses: coverallsapp/github-action@v2
with:
file: hack/release/coverage.out