Skip to content

Commit

Permalink
Merge pull request #83 from isinyaaa/fix-build-test
Browse files Browse the repository at this point in the history
GHA: wait for MR DB to be available
  • Loading branch information
isinyaaa authored Jun 27, 2024
2 parents 8d6ab38 + ce733a9 commit 87fc77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
kubectl get mr
- name: Wait for Test Registry Deployment
run: |
kubectl wait --for=condition=Available=true deployment/model-registry-db --timeout=5m
kubectl wait --for=condition=Available=true modelregistries/modelregistry-sample --timeout=5m
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 87fc77b

Please sign in to comment.