Skip to content

Commit

Permalink
GHA: update MR service name
Browse files Browse the repository at this point in the history
Signed-off-by: Isabella Basso do Amaral <[email protected]>
  • Loading branch information
isinyaaa committed Jun 26, 2024
1 parent b3e4b69 commit f11de94
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-service 9090:9090 &
sleep 5
python test/python/test_mr_conn.py localhost 9090

0 comments on commit f11de94

Please sign in to comment.