Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinle.xjl committed Sep 20, 2023
1 parent c8ab3c4 commit e6388ef
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,10 @@ jobs:
if [[ $moduleCount -lt 1 ]]; then
echo "ERROR: 不存在module"
exit 1
fi
fi
- name: check service
run: |
url=$(minikube service --url dynamic-stock-service)
response=$(curl -s "$url")
echo "$response"

0 comments on commit e6388ef

Please sign in to comment.