fix(pipeline): Add frontend back, add testcontainers back

This commit is contained in:
2025-11-20 16:21:39 +01:00
parent 27a2c99ef8
commit 0cf90ad0d2

View File

@@ -144,6 +144,8 @@ jobs:
run: ./gradlew test
env:
SPRING_PROFILES_ACTIVE: testcontainers
# Fixes Ryuk testcontainers error during test (https://github.com/testcontainers/testcontainers-java/issues/7036)
TESTCONTAINERS_HOST_OVERRIDE: host.docker.internal
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3