Skip to content

Commit 4e06db2

Browse files
jessebotwrenix
authored andcommitted
Update lint-test.yaml - add test for notifyPush.enabled so all users can see test in ci
Signed-off-by: Jesse Hitch <[email protected]>
1 parent 93dfc31 commit 4e06db2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ jobs:
8181
# test the helm chart with horizontal pod autoscaling enabled
8282
- name: Horizontal Pod Autoscaling Enabled
8383
helm_args: '--helm-extra-set-args "--set=hpa.enabled=true --set=hpa.minPods=2 --set=hpa.maxPods=3 --set=hpa.targetCPUUtilizationPercentage=75"'
84+
85+
# test the helm chart with notify push enabled
86+
- name: Notify Push Enabled
87+
helm_args: '--helm-extra-set-args "--set=notifyPush.enabled=true"'
8488

8589
# test the helm chart with s3 as the primary storage
8690
- name: S3 Enabled as Primary Storage

0 commit comments

Comments
 (0)