chore: fix postgresql.secret in ci
Tests / build (push) Successful in 6m32s
Tests / lint (push) Successful in 13m34s
Tests / test (push) Canceled after 9m39s

This commit is contained in:
2026-07-31 21:45:44 +02:00
parent b2b8fcf92f
commit 806c39c819
5 changed files with 47 additions and 37 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()