Skip to content

Commit

Permalink
GHA: debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
isinyaaa committed Jun 27, 2024
1 parent 8d6ab38 commit deef4d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
- name: Wait for Test Registry Deployment
run: |
kubectl wait --for=condition=Available=true modelregistries/modelregistry-sample --timeout=5m
echo "deployment info"
kubectl describe deployment modelregistry-sample
echo "pods info"
kubectl get pods
echo "endpoints info"
kubectl get endpoints
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit deef4d7

Please sign in to comment.