debugging
This commit is contained in:
parent
34df58168b
commit
3814b179ce
4 changed files with 7 additions and 4 deletions
.forgejo/workflows
|
@ -24,7 +24,9 @@ jobs:
|
|||
- name: Check availability
|
||||
run: |
|
||||
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
|
||||
do echo "Waiting...";
|
||||
do
|
||||
echo "Waiting...";
|
||||
echo "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081 || echo '000')"
|
||||
sleep 5;
|
||||
done;
|
||||
- name: Run unlighthouse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue