Skip to content

Commit

Permalink
feat/check-v2 clean up pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Jul 2, 2024
1 parent b1de09e commit cf636e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TEST_TARGET_FILE="README_TEST_PRE_COMMIT.md"
# Run the pre-commit hook test
#-------------------------------
echo "${TEST_SCRIPT_NAME}: Running pre-commit using ${TEST_DIR_FROM_ROOT}/.pre-commit-config.yaml"
(cd ../../.. && PWD && pre-commit run -a -c "${TEST_DIR_FROM_ROOT}/.pre-commit-config.yaml")
(cd ../../.. && pre-commit run -a -c "${TEST_DIR_FROM_ROOT}/.pre-commit-config.yaml")

#-------------------------------
# Evaluate results
Expand Down

0 comments on commit cf636e2

Please sign in to comment.