From 3a0cb92256a3a52ed7857bd5c4ad0bbe1a65ca4e Mon Sep 17 00:00:00 2001 From: Janis Date: Thu, 30 Apr 2026 16:45:15 +0200 Subject: [PATCH] feat(config): add H2 database configuration for testing environment --- .github/workflows/native-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index bc912f6..f074aa6 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -81,7 +81,7 @@ jobs: fi - name: Build native binary - run: ./gradlew :modules:${{ matrix.module }}:build -Dquarkus.native.enabled=true -Dquarkus.package.jar.enabled=false --no-daemon + run: ./gradlew :modules:${{ matrix.module }}:build -x test -Dquarkus.native.enabled=true -Dquarkus.package.jar.enabled=false -Dquarkus.profile=deployed --no-daemon - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3