ci fix 3#?
This commit is contained in:
parent
62e429329b
commit
7e19e5f76b
3 changed files with 6 additions and 3 deletions
.forgejo/workflows
|
@ -25,6 +25,9 @@ jobs:
|
|||
run: |
|
||||
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
|
||||
do echo "Waiting...";
|
||||
echo $http_code;
|
||||
$(curl -o /dev/null -s -w '%{http_code}' -4 http://website:8081);
|
||||
echo $http_code
|
||||
sleep 5;
|
||||
done;
|
||||
- name: Run unlighthouse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue