Skip to content

Commit

Permalink
feat/check-v2 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Jul 3, 2024
1 parent 6c29b1c commit eb52ea3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ TEST_TARGET_FILE="README_TEST_PACKAGE.md"
#-------------------------------
# Run the python package
#-------------------------------
echo "${TEST_SCRIPT_NAME}: Running pre-commit using ${TEST_DIR}/.pre-commit-config.yaml"
echo "Running in: $(pwd)"
# (cd .. && python find_and_replace_strings/main.py --config ${TEST_DIR}/.find-and-replace.json ${TEST_DIR}/${TEST_TARGET_FILE})
cd ..
pwd
python3 ./main.py './tests-package-e2e/pyproject.test'
python3 pypi_bumpversion_check/main.py './tests-package-e2e/pyproject.test'

0 comments on commit eb52ea3

Please sign in to comment.