1 Commits
Author SHA1 Message Date
flecomte 9bffcd3267 chore: fix postgresql.secret in ci
Tests / build (push) Successful in 6m11s
Tests / test (push) Failing after 14m7s
Tests / lint (push) Successful in 14m37s
2026-07-31 20:19:04 +02:00
+1 -4
View File
@@ -105,11 +105,8 @@ jobs:
- name: Grant execute permission to Gradle wrapper - name: Grant execute permission to Gradle wrapper
run: chmod +x gradlew run: chmod +x gradlew
- name: Start CI Docker Compose services
run: ./gradlew composeUp -Pci
- name: Run tests - name: Run tests
run: ./gradlew test -x composeUp --no-daemon run: ./gradlew test --no-daemon
- name: Upload test reports - name: Upload test reports
if: always() if: always()