Skip integration tests in CI (no Docker daemon available)
All checks were successful
CI / build (push) Successful in 1m10s
CI / docker (push) Successful in 1m35s
CI / deploy (push) Successful in 27s

Testcontainers requires a Docker daemon which isn't available inside
the Maven CI container. Use -DskipITs to skip failsafe integration
tests while still running surefire unit tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-12 19:08:40 +01:00
parent c228c3201b
commit 9ef4ae57b2

View File

@@ -45,7 +45,7 @@ jobs:
restore-keys: ${{ runner.os }}-maven- restore-keys: ${{ runner.os }}-maven-
- name: Build and Test - name: Build and Test
run: mvn clean verify --batch-mode run: mvn clean verify -DskipITs --batch-mode
docker: docker:
needs: build needs: build