fix(pipeline): Run build with debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user