Skip to content

Merge branch 'release/kubernetes-agent/v1' into ap/20241003-forward-m… #153

Merge branch 'release/kubernetes-agent/v1' into ap/20241003-forward-m…

Merge branch 'release/kubernetes-agent/v1' into ap/20241003-forward-m… #153

Workflow file for this run

name: Run helm tests on Octopus chart
on:
push:
paths:
- charts/octopus-deploy/**
- .github/workflows/octopus-tests.yaml
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.14.3
- name: Run Helm unit tests
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest
helm unittest charts/octopus-deploy