Skip to content

Commit

Permalink
List KEDA resources to ensure CLI works (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Nov 5, 2020
1 parent a3bd9b8 commit d8f37a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:

- name: Install Helm chart
run: helm install keda ./keda/ --namespace keda

- name: Get all ScaledObjects
run: kubectl get scaledobjects

- name: Get all ScaledJobs
run: kubectl get scaledjobs

- name: Get all TriggerAuthentication
run: kubectl get triggerauth

0 comments on commit d8f37a3

Please sign in to comment.