Skip to content

Commit

Permalink
Update validate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 authored and paulyuk committed Jul 29, 2024
1 parent 1727d2b commit 2f24acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
dapr init -k --dev --runtime-version=${{ env.DAPR_RUNTIME_VERSION }} --wait || kubectl get pods --all-namespaces
kubectl get nodes -o wide
kubectl logs dapr-dev-redis-master-0
kubectl describe pod dapr-dev-redis-master-0
helm list
for pod in `dapr status -k | awk '/dapr/ {print $1}'`; do kubectl describe pod -l app=$pod -n dapr-system ; kubectl logs -l app=$pod -n dapr-system; done
- name: Install utilities dependencies
Expand Down

0 comments on commit 2f24acd

Please sign in to comment.