Skip to content

Commit df6ff0f

Browse files
committed
Enable error stacktraces for the cleanup action
1 parent 2a9d645 commit df6ff0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cleanCode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: List number of open PRs
8282
id: list-prs
8383
run: |
84-
json_output=$(gh pr list -l 'cleanup' -R $OWNER/$REPO -L 100 --json id)
84+
json_output=$(gh pr list -l 'cleanup' -R $OWNER/$REPO -L 20 --json id)
8585
echo "prs=$json_output" | tee -a "$GITHUB_OUTPUT"
8686
env:
8787
GH_TOKEN: ${{ secrets.token }}
@@ -117,7 +117,7 @@ jobs:
117117
working-directory: ${{ matrix.bundles }}
118118
if: ${{ inputs.do-quickfix && fromJson(steps.list-prs.outputs.prs)[9] == null }}
119119
run: >-
120-
xvfb-run mvn -B -ntp tycho-cleancode:quickfix@quickfixes
120+
xvfb-run mvn -B -ntp -e tycho-cleancode:quickfix@quickfixes
121121
- name: Create final PR description
122122
working-directory: ${{ matrix.bundles }}/target
123123
if: ${{ hashFiles(format('{0}/target/quickfix.md', matrix.bundles)) != '' || hashFiles(format('{0}/target/cleanups.md', matrix.bundles)) != '' }}

0 commit comments

Comments
 (0)