Skip to content

Commit 2488c88

Browse files
committed
feat: run python tests in CI
1 parent 205460c commit 2488c88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sdk-build-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
python)
197197
pip install -e .
198198
python -m compileall appwrite/
199+
python -m unittest
199200
;;
200201
ruby)
201202
bundle install

0 commit comments

Comments
 (0)