Skip to content

Commit

Permalink
Update lint-test.yaml - add test for notifyPush.enabled so all users …
Browse files Browse the repository at this point in the history
…can see test in ci

Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot authored and wrenix committed Aug 11, 2024
1 parent 93dfc31 commit 4e06db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
# test the helm chart with horizontal pod autoscaling enabled
- name: Horizontal Pod Autoscaling Enabled
helm_args: '--helm-extra-set-args "--set=hpa.enabled=true --set=hpa.minPods=2 --set=hpa.maxPods=3 --set=hpa.targetCPUUtilizationPercentage=75"'

# test the helm chart with notify push enabled
- name: Notify Push Enabled
helm_args: '--helm-extra-set-args "--set=notifyPush.enabled=true"'

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

0 comments on commit 4e06db2

Please sign in to comment.