Run python tests during main workflow

This commit is contained in:
George Gevoian
2022-10-02 23:10:32 -07:00
parent b30a9e2f93
commit d69ac6a789
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ jobs:
- name: Run smoke test
run: VERBOSE=1 DEBUG=1 MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:smoke
- name: Run python tests
run: yarn run test:python
- name: Run main tests
run: MOCHA_WEBDRIVER_HEADLESS=1 yarn run test