debugging 2
This commit is contained in:
parent
3814b179ce
commit
1cbec0fe78
3 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@ jobs:
|
|||
run: |
|
||||
while [ "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081)" -ne 200 ];
|
||||
do
|
||||
echo "Waiting...";
|
||||
echo "$(curl -o /dev/null -s -w '%{http_code}' http://website:8081 || echo '000')"
|
||||
status_code=$(curl -o /dev/null -s -w '%{http_code}' http://website:8081);
|
||||
echo "Failed with ${status_code} ... Waiting for 5 seconds";
|
||||
sleep 5;
|
||||
done;
|
||||
- name: Run unlighthouse
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.100",
|
||||
"version": "0.2.0-pre.101",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.100",
|
||||
"version": "0.2.0-pre.101",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.100",
|
||||
"version": "0.2.0-pre.101",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
Loading…
Add table
Reference in a new issue