Skip to content

Bump natsio/nats-server-config-reloader from 0.14.1 to 0.14.2 in /helm/charts/nats #113

Bump natsio/nats-server-config-reloader from 0.14.1 to 0.14.2 in /helm/charts/nats

Bump natsio/nats-server-config-reloader from 0.14.1 to 0.14.2 in /helm/charts/nats #113

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@v4
- name: Setup Go
uses: actions/setup-go@v5
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