Skip to content

Bump natsio/nats-box from 0.13.8 to 0.13.9 in /helm/charts/nats #61

Bump natsio/nats-box from 0.13.8 to 0.13.9 in /helm/charts/nats

Bump natsio/nats-box from 0.13.8 to 0.13.9 in /helm/charts/nats #61

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