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 2b8aa78 commit 68ff4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfserve-service-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Verify Server is Running
run: |
status=$(curl --write-out '%{http_code}' --silent --output /dev/null http://localhost:8080/$(uuidgen))
if [ $status -e 000 ]; then
if [ $status -ne 400 ]; then
echo "Server not running!"
exit 1
fi
Expand Down

0 comments on commit 68ff4a7

Please sign in to comment.