Skip to content

[helm nats 1.x] config.cluster.routeURLs options #45

[helm nats 1.x] config.cluster.routeURLs options

[helm nats 1.x] config.cluster.routeURLs options #45

Workflow file for this run

name: nats-helm
on:
pull_request:
paths:
- 'helm/charts/nats/**'
- .github/workflows/nats-helm.yml
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
cache: true
cache-dependency-path: helm/charts/nats/test/go.sum
- name: Test
working-directory: helm/charts/nats/test
run: go test