Skip to content

Commit

Permalink
chore: modify ci file to output logs from gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KiryaHandsome committed Oct 23, 2023
1 parent 0c09a4c commit 8a57090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Run build(it includes task `test`) with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build --console=plain

0 comments on commit 8a57090

Please sign in to comment.