ci fix 4?
This commit is contained in:
parent
7e19e5f76b
commit
b71a83de60
3 changed files with 4 additions and 6 deletions
.forgejo/workflows
|
@ -24,10 +24,8 @@ jobs:
|
|||
- name: Check availability
|
||||
run: |
|
||||
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
|
||||
curl http://website:8081;
|
||||
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