From 3a7fd7a2e3ef7966ddaba69fd1fb98b0d8fbaf00 Mon Sep 17 00:00:00 2001 From: VinciGit00 Date: Wed, 24 Apr 2024 20:42:24 +0200 Subject: [PATCH] Update commit_and_push.sh --- manual deployment/commit_and_push.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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