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 bb5fe49 commit fc54c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: |
python3 src/python/utils/build_inconsistent_merges.py
Expand Down
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 fc54c17

Please sign in to comment.