1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-04 09:30:48 +00:00

run Gradle with INFO logging level

This commit is contained in:
Arnaud Roques 2022-08-29 18:33:02 +02:00
parent a195b4e842
commit d586be399b

View File

@ -95,7 +95,7 @@ jobs:
run: gradle -q compileJava --no-daemon
- name: Test
run: gradle test --no-daemon
run: gradle test --no-daemon -i
- name: Upload test reports
uses: actions/upload-artifact@v3