diff --git a/manual deployment/commit_and_push.sh b/manual deployment/commit_and_push.sh index be4fe242..3e7dfc63 100755 --- a/manual deployment/commit_and_push.sh +++ b/manual deployment/commit_and_push.sh @@ -22,6 +22,12 @@ commit_message="$1" # Run Pylint on the specified Python files pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py + +# Run the tests +cd tests + +pytest + #Make the pull git pull