Skip to content

Commit

Permalink
chore: added info flag to debug test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
confuser committed Sep 8, 2024
1 parent 2b25138 commit 82e3235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Execute Gradle build
env:
STORAGE_TYPE: ${{ matrix.storageType }}
run: ./gradlew build
run: ./gradlew build --info

- name: Publish to Maven Central
# only publish once
Expand Down

0 comments on commit 82e3235

Please sign in to comment.