mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Update config.yml
This commit is contained in:
parent
d05fff530f
commit
8d9bbdb60b
@ -1,4 +1,6 @@
|
||||
version: 2
|
||||
orbs:
|
||||
codecov: codecov/codecov@1.0.2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
@ -15,7 +17,7 @@ jobs:
|
||||
. venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -r gradio.egg-info/requires.txt
|
||||
pip install selenium==4.0.0a6.post2
|
||||
pip install selenium==4.0.0a6.post2 coverage
|
||||
- run:
|
||||
command: |
|
||||
chromedriver --version
|
||||
@ -30,7 +32,9 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
python3 -m unittest
|
||||
coverage run -m unittest
|
||||
- codecov/upload:
|
||||
file: '.coverage'
|
||||
- store_artifacts:
|
||||
path: /home/circleci/project/test/tmp
|
||||
destination: screenshots
|
||||
|
Loading…
x
Reference in New Issue
Block a user