mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
run Gradle with INFO logging level
This commit is contained in:
parent
a195b4e842
commit
d586be399b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
run: gradle -q compileJava --no-daemon
|
run: gradle -q compileJava --no-daemon
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: gradle test --no-daemon
|
run: gradle test --no-daemon -i
|
||||||
|
|
||||||
- name: Upload test reports
|
- name: Upload test reports
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user