generated from coulomb/repo-seed
fix(ci): align smoke test with current API routes
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 1m37s
Some checks failed
Build and Deploy / build-push-deploy (push) Failing after 1m37s
This commit is contained in:
@@ -69,6 +69,6 @@ jobs:
|
|||||||
# Give the new pod time to start
|
# Give the new pod time to start
|
||||||
sleep 15
|
sleep 15
|
||||||
curl -sf --retry 5 --retry-delay 5 https://hub.coulomb.social/ \
|
curl -sf --retry 5 --retry-delay 5 https://hub.coulomb.social/ \
|
||||||
| grep -q "Inter-Hub" && echo "Landing page OK"
|
| grep -q "inter-hub" && echo "Landing page OK"
|
||||||
curl -sf https://hub.coulomb.social/api/v2/hubs \
|
curl -sf https://hub.coulomb.social/api/v2/widgets \
|
||||||
-o /dev/null -w "%{http_code}" | grep -q "401" && echo "API auth gate OK"
|
-o /dev/null -w "%{http_code}" | grep -q "401" && echo "API auth gate OK"
|
||||||
|
|||||||
Reference in New Issue
Block a user