Skip to content

Commit

Permalink
Remove info from github actions invocation (very very noisy).
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Jan 2, 2024
1 parent 312ce62 commit 5434147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Linux / JVM / JS
- name: Check (ubuntu)
if: matrix.os == 'ubuntu-latest'
run: ./gradlew check --stacktrace --info
run: ./gradlew check --stacktrace
shell: bash
- name: Store reports
if: failure()
Expand Down

0 comments on commit 5434147

Please sign in to comment.