ci fix 3#?

This commit is contained in:
Firq 2025-04-08 00:24:11 +02:00
parent 62e429329b
commit 7e19e5f76b
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 6 additions and 3 deletions

View file

@ -25,6 +25,9 @@ jobs:
run: | run: |
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ]; while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
do echo "Waiting..."; do echo "Waiting...";
echo $http_code;
$(curl -o /dev/null -s -w '%{http_code}' -4 http://website:8081);
echo $http_code
sleep 5; sleep 5;
done; done;
- name: Run unlighthouse - name: Run unlighthouse

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.71", "version": "0.2.0-pre.72",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.71", "version": "0.2.0-pre.72",
"dependencies": { "dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6", "@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.71", "version": "0.2.0-pre.72",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",