debugging 2

This commit is contained in:
Firq 2025-04-15 23:23:09 +02:00
parent 3814b179ce
commit 1cbec0fe78
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@ 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 do
echo "Waiting..."; status_code=$(curl -o /dev/null -s -w '%{http_code}' http://website:8081);
echo "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081 || echo '000')" echo "Failed with ${status_code} ... Waiting for 5 seconds";
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.100", "version": "0.2.0-pre.101",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"version": "0.2.0-pre.100", "version": "0.2.0-pre.101",
"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.100", "version": "0.2.0-pre.101",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",