test: add scripts for running tests on api module both locally and CI jobs (#3497)

This commit is contained in:
Bowen Liang 2024-04-18 13:43:15 +08:00 committed by GitHub
commit d463b82aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 66 additions and 5 deletions

4
dev/pytest/pytest_workflow.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
set -x
pytest api/tests/integration_tests/workflow