fix: feat: restore smoke-init CI pipeline using mock Forgejo (#124) #135

Closed
dev-qwen wants to merge 8 commits from fix/issue-124 into main
Showing only changes of commit 1dc1a1f1ea - Show all commits

View file

@ -35,4 +35,4 @@ steps:
- MOCK_FORGE_PORT=3001 python3 tests/mock-forgejo.py &
# Wait for mock to be ready
- for i in $(seq 1 30); do curl -sf http://localhost:3001/api/v1/version >/dev/null 2>&1 && break || sleep 1; done
- SMOKE_FORGE_URL=http://localhost:3001 bash tests/smoke-init.sh
- SMOKE_FORGE_URL=http://localhost:3001 FORGE_URL=http://localhost:3001 bash tests/smoke-init.sh