Skip to content

Commit

Permalink
Set log level as INFO on CI (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored Jan 13, 2023
1 parent d03169f commit d720898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
java-version: 1.8

- name: 3. Perform build
run: ./gradlew build
run: ./gradlew -i build

- name: 4. Perform release
# Release job, only for pushes to the main development branch
Expand Down

0 comments on commit d720898

Please sign in to comment.