chore: bump ctrlplane chart version to 1.0.2 and add workspace engine… #61
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Helm Unit Tests | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| helm-unittest: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Set up Helm | |
| uses: azure/setup-helm@v4.2.0 | |
| with: | |
| version: v4.1.0 | |
| - name: Install helm-unittest plugin | |
| run: helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false | |
| - name: Install wandb chart repository | |
| run: helm repo add wandb https://charts.wandb.ai | |
| - name: Run helm-unittest | |
| run: ./charts/run-tests.sh |