dont error is api is not up
This commit is contained in:
parent
899d57a2da
commit
d7b173d985
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-waylonwalker-com.yml
vendored
4
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -47,10 +47,10 @@ jobs:
|
|||
date
|
||||
echo attempt $attempt_counter
|
||||
echo status
|
||||
curl -s http://localhost:8585/api/status
|
||||
curl -s http://localhost:8585/api/status || echo "api not up"
|
||||
echo
|
||||
echo home
|
||||
curl -s http://localhost:8585/
|
||||
curl -s http://localhost:8585/ || echo "localhost:8585 is not up"
|
||||
|
||||
sleep 1
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue