mirror of https://github.com/coqui-ai/TTS.git
CI config update
This commit is contained in:
parent
739584ec93
commit
ddab50b515
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -47,7 +46,7 @@ jobs:
|
||||||
python3 setup.py egg_info
|
python3 setup.py egg_info
|
||||||
- name: Lint check
|
- name: Lint check
|
||||||
run: |
|
run: |
|
||||||
cardboardlinter --refspec main -n auto
|
cardboardlinter -n auto
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
|
run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker
|
||||||
- name: Test scripts
|
- name: Test scripts
|
||||||
|
|
Loading…
Reference in New Issue