From a6de29f445dc05fc6896b85be9afc004aa1c6d16 Mon Sep 17 00:00:00 2001 From: piyush Date: Sun, 29 Dec 2024 18:58:06 +0530 Subject: [PATCH] Update regression-report.yml --- .github/workflows/regression-report.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/regression-report.yml b/.github/workflows/regression-report.yml index d133cbde4c53..6f9a23a0e2af 100644 --- a/.github/workflows/regression-report.yml +++ b/.github/workflows/regression-report.yml @@ -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 @@ -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" @@ -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" @@ -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