ci: Use search_domain for one resource in CI test (#8393)

- Adds a `search_domain` of `httpbin.test` in seeds
- Updates one of our DNS resources under CI test to use this
This commit is contained in:
Jamil
2025-03-15 08:27:22 -05:00
committed by GitHub
parent 09fb5f9274
commit 06aa485e18
8 changed files with 48 additions and 12 deletions

View File

@@ -126,7 +126,7 @@ jobs:
fi
# Start one-by-one to avoid variability in service startup order
docker compose up -d dns.httpbin httpbin download.httpbin --no-build
docker compose up -d dns.httpbin.search.test httpbin download.httpbin --no-build
docker compose up -d api web domain --no-build
docker compose up -d otel --no-build
docker compose up -d relay-1 --no-build