Skip to content

Commit 0c455a7

Browse files
committed
wip
1 parent 0efd360 commit 0c455a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/docker-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,13 @@ jobs:
102102
cd install/docker/console-db-es-ls-kibana
103103
docker compose -f docker-compose-ci.yml up -d
104104
105+
docker logs -f cws-console
106+
105107
sleep 60
106108
docker ps -a
107109
110+
111+
108112
echo "Testing CWS console access..."
109113
sleep 120
110114
curl -k -s -I https://localhost:38443/cws-ui/login || echo "Console UI not accessible"

0 commit comments

Comments
 (0)