chore: fix postgresql.secret in ci
Tests / build (push) Successful in 6m17s
Tests / test (push) Failing after 11m40s
Tests / lint (push) Successful in 14m20s

This commit is contained in:
2026-07-31 21:51:27 +02:00
parent b2b8fcf92f
commit 7291419c9f
5 changed files with 47 additions and 36 deletions
+2 -2
View File
@@ -106,10 +106,10 @@ jobs:
run: chmod +x gradlew
- name: Start CI Docker Compose services
run: ./gradlew composeUp -Pci
run: ./gradlew ciComposeUp -Pci
- name: Run tests
run: ./gradlew test -x composeUp --no-daemon
run: ./gradlew test -x ciComposeUp -Pci --no-daemon
- name: Upload test reports
if: always()