improvements to CI test suite

This commit is contained in:
Brandon Liu
2022-07-20 16:13:14 +08:00
parent bde4a2f75c
commit be57f1f61d
8 changed files with 142 additions and 35 deletions

View File

@@ -39,4 +39,6 @@ jobs:
with:
node-version: 16.x
- run: cd js && npm install && npm test
- run : cd python && python -m unittest test/test_*
- run: cd python && python -m unittest test/test_*
- run: cd serverless/aws && python -m unittest test_*.py
- run: cd serverless/cloudflare && npm install && npm test