Skip to content

Commit 3a7fd7a

Browse files
committed
Update commit_and_push.sh
1 parent 9898bfb commit 3a7fd7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

manual deployment/commit_and_push.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ commit_message="$1"
2222

2323
# Run Pylint on the specified Python files
2424
pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py
25+
26+
# Run the tests
27+
cd tests
28+
29+
pytest
30+
2531
#Make the pull
2632
git pull
2733

0 commit comments

Comments
 (0)