We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917d0d3 commit 982c111Copy full SHA for 982c111
.github/workflows/build-gradle.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: gradle/actions/setup-gradle@v4
22
23
- name: Build with Gradle
24
- run: ./gradlew test
+ run: ./gradlew test --info
25
build:
26
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
27
runs-on: ${{ matrix.os }}
.github/workflows/pull_request-gradle.yml
@@ -22,7 +22,7 @@ jobs:
28
0 commit comments