Skip to content

Commit

Permalink
Update testing.yml to wait for Datashim to come up
Browse files Browse the repository at this point in the history
Fix #347
  • Loading branch information
srikumar003 authored Apr 22, 2024
1 parent f9402ac commit 3c39385
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
kind load docker-image -n chart-testing quay.io/datashim-io/generate-keys:latest
- name: Install Datashim
run: make deployment
- name: Wait for Datashim
run: |
kubectl wait --for=condition=ready -n dlf pod -l name=dataset-operator --timeout=2m || (kubectl get all -n dlf && exit 1)
- name: Create sample Dataset
run: |
cat <<EOF | kubectl apply -f -
Expand Down

0 comments on commit 3c39385

Please sign in to comment.