update
diff --git a/.github/scripts/precheck/run-precheck.sh b/.github/scripts/precheck/run-precheck.sh index 8f758a2..59f3bd1 100644 --- a/.github/scripts/precheck/run-precheck.sh +++ b/.github/scripts/precheck/run-precheck.sh
@@ -14,6 +14,7 @@ # limitations under the License. # SPDX-License-Identifier: Apache-2.0 export CARAVEL_USER_PROJECT_ROOT=$(pwd) +export CARAVEL_ROOT=$(pwd)/caravel export PRECHECK_ROOT=$CARAVEL_USER_PROJECT_ROOT/mpw_precheck export OUTPUT_DIRECTORY=$CARAVEL_USER_PROJECT_ROOT/mpw_precheck_result cd ..