generated from coulomb/repo-seed
fix(ci): allow expected unauthorized smoke response
All checks were successful
Build and Deploy / build-push-deploy (push) Successful in 2m23s
All checks were successful
Build and Deploy / build-push-deploy (push) Successful in 2m23s
This commit is contained in:
@@ -70,5 +70,5 @@ jobs:
|
||||
sleep 15
|
||||
curl -sf --retry 5 --retry-delay 5 https://hub.coulomb.social/ \
|
||||
| grep -q "inter-hub" && echo "Landing page OK"
|
||||
curl -sf https://hub.coulomb.social/api/v2/widgets \
|
||||
curl -s https://hub.coulomb.social/api/v2/widgets \
|
||||
-o /dev/null -w "%{http_code}" | grep -q "401" && echo "API auth gate OK"
|
||||
|
||||
Reference in New Issue
Block a user