Test code refactoring. Minor CI change.
All checks were successful
ci / build-test (push) Successful in 1m30s
ci / publish-image (push) Has been skipped

This commit is contained in:
2025-11-03 19:03:24 -05:00
parent 4204847c39
commit 2c7de7cdd9
18 changed files with 55 additions and 54 deletions

View File

@@ -11,10 +11,10 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest
options: >-
--privileged
--add-host=host.testcontainers.internal:host-gateway
env:
TESTCONTAINERS_RYUK_DISABLED: 'true'
TESTCONTAINERS_CHECKS_DISABLE: 'true'
TESTCONTAINERS_HOST_OVERRIDE: host.docker.internal
# Testcontainers will substitute this host into GetConnectionString()
TESTCONTAINERS_HOST_OVERRIDE: host.testcontainers.internal
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4