fix: repair GeoIP CI detection and harden httpbin startup in integration tests
This commit is contained in:
2
.github/workflows/crowdsec-integration.yml
vendored
2
.github/workflows/crowdsec-integration.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user