Skip to content

Merge pull request #31 from risingwavelabs/fix/fix-incorrect-etcd-sec… #7

Merge pull request #31 from risingwavelabs/fix/fix-incorrect-etcd-sec…

Merge pull request #31 from risingwavelabs/fix/fix-incorrect-etcd-sec… #7

Workflow file for this run

name: Test Charts
on:
pull_request:
branches:
- main
paths:
- 'charts/**'
push:
branches:
- main
paths:
- 'charts/**'
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
- name: Install helm-unittests
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git
- name: Run Unit Tests
run: |
make test