Skip to content

feat(helm): add Redis auth support with password bootstrap #107

feat(helm): add Redis auth support with password bootstrap

feat(helm): add Redis auth support with password bootstrap #107

Workflow file for this run

name: Helm Unit Tests
on:
pull_request:
branches:
- release
paths:
- "deploy/helm/**"
workflow_dispatch:
jobs:
unittest:
runs-on: ubuntu-latest
defaults:
run:
working-directory: deploy/helm
shell: bash
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Unittest
run: |
docker run --rm -v $(pwd):/apps helmunittest/helm-unittest .