fix: repair GeoIP CI detection and harden httpbin startup in integration tests

This commit is contained in:
GitHub Actions
2026-03-13 19:29:52 +00:00
parent 98a4efcd82
commit bad97102e1
9 changed files with 178 additions and 126 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build Docker image (Local)
run: |
echo "Building image locally for integration tests..."
docker build -t charon:local .
docker build -t charon:local --build-arg CI="${CI:-false}" .
echo "✅ Successfully built charon:local"
- name: Run CrowdSec integration tests