mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Run python tests during main workflow
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user