fix(pipeline): Run build with debug

This commit is contained in:
2025-11-20 10:11:21 +01:00
parent 4c18334005
commit 81543d5e51

View File

@@ -140,7 +140,7 @@ jobs:
run: chmod +x gradlew
- name: Build application
run: ./gradlew build -x test
run: ./gradlew build --debug -x test
- name: Run ktlint check
run: ./gradlew ktlintCheck