mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
2
.github/workflows/_integration_tests.yml
vendored
2
.github/workflows/_integration_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user