Skip to content

Commit

Permalink
Fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfly19 committed Sep 2, 2021
1 parent 649703d commit 51c986e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ jobs:
kubectl create namespace ot-operators
helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators
sleep 30s
kubectl get pods -n ot-operators
- name: Publish Redis messages in a queue
run: |
cd redis-http-connector/test/publisher/
Expand All @@ -290,9 +291,9 @@ jobs:
- name: Deploy Redis Keda Connector and Keda ScaledObject
run: |
cd redis-http-connector/test/kubernetes/
kubectl apply -f keda-deployment.yml
kubectl apply -f keda-deployment.yaml
sleep 30s
kubectl apply -f Keda-ScaledObj.yml
kubectl apply -f Keda-ScaledObj.yaml
sleep 30s
- name: Get Redis consumed messages from queue
run: |
Expand Down

0 comments on commit 51c986e

Please sign in to comment.