Skip to content

Better api scope setup #617

Better api scope setup

Better api scope setup #617

Workflow file for this run

name: CI / Helm
on:
pull_request:
branches:
- "**"
paths:
- ".github/workflows/helm-test-ci.yaml"
- "go/helm-test/**"
- "charts/console/**"
permissions:
contents: read
env:
GOPATH: /home/runner/go/
GOPROXY: "https://proxy.golang.org"
jobs:
build:
name: Test
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: go/helm-test
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v6
with:
go-version-file: go/helm-test/go.mod
cache: true
- run: go mod download
- run: PATH=$PATH:$GOPATH/bin make test