ci: add docker compose for CI (without tools)

This commit is contained in:
2025-04-11 00:19:39 +02:00
parent 7252004e6d
commit c9105cafae
3 changed files with 17 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ jobs:
- name: Run KtLint
run: ./gradlew ktlintCheck
- name: Start Docker Compose services
run: ./gradlew composeUp
- name: Start CI Docker Compose services
run: ./gradlew composeUp -Pci
- name: Run tests
run: ./gradlew test --no-daemon