Skip to content

Commit

Permalink
Removed -q
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Jun 5, 2024
1 parent 359ec77 commit d58f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make clean
- run: echo "LOGURU_COLORIZE=NO" >> $GITHUB_ENV
- name: Build
run: cd src/scripts/merge_tools/merging && ./gradlew -q shadowJar
run: cd src/scripts/merge_tools/merging && ./gradlew shadowJar
- name: make check-merges-reproducibility
run: |
head -n 151 results/combined/result.csv > temp.csv && mv temp.csv results/combined/result.csv
Expand Down

0 comments on commit d58f3b6

Please sign in to comment.