fixed unlighthouse
This commit is contained in:
parent
b75fb2499e
commit
83cda5dbb5
6 changed files with 6 additions and 9 deletions
.forgejo/workflows
|
@ -20,11 +20,10 @@ jobs:
|
|||
--hostname website
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- 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...";
|
||||
sleep 5;
|
||||
done;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue