Skip to content

Commit

Permalink
GHA: update service name
Browse files Browse the repository at this point in the history
  • Loading branch information
isinyaaa committed Jun 27, 2024
1 parent 8d6ab38 commit 05f9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
pip install dist/*.whl
- name: Connect with Python client
run: |
kubectl port-forward service/modelregistry-sample 9090:9090 &
kubectl port-forward service/model-registry-db 9090:9090 &
sleep 5
python test/python/test_mr_conn.py localhost 9090

0 comments on commit 05f9729

Please sign in to comment.