forked from opensearch-project/observability-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (27 loc) · 731 Bytes
/
Copy pathhelm-test.yml
File metadata and controls
32 lines (27 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Helm Tests
on:
push:
branches: [main]
paths:
- 'charts/**'
- 'test/helm-test.sh'
pull_request:
branches: [main]
paths:
- 'charts/**'
- 'test/helm-test.sh'
workflow_dispatch:
jobs:
helm-test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
with:
version: v3.18.6
- name: Install helm-unittest plugin
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
- name: Run helm lint + unittest
run: ./test/helm-test.sh