Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAlJarrah committed Sep 3, 2024
1 parent 68ff4a7 commit ec318f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/selfserve-service-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Verify Server is Running
run: |
status=$(curl --write-out '%{http_code}' --silent --output /dev/null http://localhost:8080/$(uuidgen))
echo "Server status: $status"
if [ $status -ne 400 ]; then
echo "Server not running!"
exit 1
Expand Down

0 comments on commit ec318f2

Please sign in to comment.