From 9bffcd3267e8f14438352c75af8640e420d3b16a Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Fri, 31 Jul 2026 01:55:51 +0200 Subject: [PATCH] chore: fix postgresql.secret in ci --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acbd357..3a6670f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -105,11 +105,8 @@ jobs: - name: Grant execute permission to Gradle wrapper run: chmod +x gradlew - - name: Start CI Docker Compose services - run: ./gradlew composeUp -Pci - - name: Run tests - run: ./gradlew test -x composeUp --no-daemon + run: ./gradlew test --no-daemon - name: Upload test reports if: always()