fix(pipeline): Remove testcontainers override
This commit is contained in:
2
.github/workflows/pipeline.yaml
vendored
2
.github/workflows/pipeline.yaml
vendored
@@ -155,8 +155,6 @@ jobs:
|
||||
- name: Run tests
|
||||
run: ./gradlew test
|
||||
env:
|
||||
# Fixes Ryuk testcontainers error during test (https://github.com/testcontainers/testcontainers-java/issues/7036)
|
||||
TESTCONTAINERS_HOST_OVERRIDE: host.docker.internal
|
||||
TESTCONTAINERS_RYUK_DISABLED: "true"
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
|
||||
Reference in New Issue
Block a user