Skip to content

Commit

Permalink
Update regression-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
relentless-pursuit authored Dec 29, 2024
1 parent ddeb8bc commit a6de29f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/regression-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,12 +448,6 @@ jobs:
cat "$CONFIG_FOLDER/java.header"
echo "----------------------------"
fi
- name: Copy java.header and verify
run: |
cp .ci-temp/checkstyle/config/java.header .ci-temp/config/java.header
ls -la .ci-temp/config/
cat .ci-temp/config/java.header
- name: Cache config files
uses: actions/cache@v4
Expand Down Expand Up @@ -618,7 +612,7 @@ jobs:
-pc "$NEW_MODULE_CONFIG" \
-m single \
-l "$PROJECTS_FILE" \
-xm "-Dcheckstyle.failsOnError=false -Dconfig.folder=.ci-temp/config" \
-xm "-Dcheckstyle.failsOnError=false -Dconfig.folder=${{ github.workspace }}/.ci-temp/config" \
--allowExcludes \
--diffToolJarPath "$PATCH_DIFF_TOOL_JAR"
Expand All @@ -631,7 +625,7 @@ jobs:
-bc "$DIFF_CONFIG" \
-pc "$PATCH_CONFIG" \
-l "$PROJECTS_FILE" \
-xm "-Dcheckstyle.failsOnError=false -Dconfig.folder=.ci-temp/config" \
-xm "-Dcheckstyle.failsOnError=false -Dconfig.folder=${{ github.workspace }}/.ci-temp/config" \
--allowExcludes \
--diffToolJarPath "$PATCH_DIFF_TOOL_JAR"
Expand All @@ -643,7 +637,7 @@ jobs:
-p "$PR_BRANCH" \
-c "$DIFF_CONFIG" \
-l "$PROJECTS_FILE" \
-xm "-Dcheckstyle.failsOnError=false -Dconfig.folder=.ci-temp/config" \
-xm "-Dcheckstyle.failsOnError=false -Dconfig.folder=${{ github.workspace }}/.ci-temp/config" \
--allowExcludes \
--diffToolJarPath "$PATCH_DIFF_TOOL_JAR"
fi
Expand Down

0 comments on commit a6de29f

Please # to comment.