Skip to content

build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.4 #489

build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.4

build(deps): bump helm.sh/helm/v3 from 3.14.0 to 3.14.4 #489

Workflow file for this run

name: Unit tests
on:
pull_request: {}
push:
paths-ignore:
- '*.md'
- '**/*.md'
branches:
- main
jobs:
go_unit_tests:
name: Go unit tests
timeout-minutes: 30
runs-on: ubuntu-20.04
container:
image: golang:1.19
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Go unit tests
run: |
go install gotest.tools/gotestsum@v0.4.2
gotestsum -- -cover -race -v -mod=readonly ./...