Skip to content

Commit

Permalink
Merge pull request #258 from zkayyali812/zk/fix-ci
Browse files Browse the repository at this point in the history
Fix CI workflow
  • Loading branch information
zkayyali812 authored Oct 22, 2024
2 parents 8fdc82e + 92def2d commit 75fc0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Wait for the EDA API pod to be ready
run: |
kubectl wait --for condition=Ready --timeout=-1s -l app.kubernetes.io/component=eda-api
kubectl wait --for condition=Ready pod --timeout=-1s -l app.kubernetes.io/component=eda-api
- name: Test EDA API via API k8s service
run: |
Expand Down

0 comments on commit 75fc0fc

Please sign in to comment.