Skip to content

Commit

Permalink
test: debugging diff-report.yml for building a prototype for regressi…
Browse files Browse the repository at this point in the history
…on tool
  • Loading branch information
piyush kumar sadangi authored and piyush kumar sadangi committed May 20, 2024
1 parent e3fe324 commit 10b6414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
cd .ci-temp/contribution/checkstyle-tester
bash
REF="forked/$BRANCH"
REPO="../../../../checkstyle"
REPO="$(pwd)../../../../checkstyle"
BASE_BRANCH="upstream/master"
export MAVEN_OPTS="-Xmx5g"
if [ -f new_module_config.xml ]; then
Expand Down

0 comments on commit 10b6414

Please sign in to comment.