mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
bugfix: 修复单测Interrupted问题
This commit is contained in:
parent
770d735d97
commit
01746773d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unittest.yaml
vendored
2
.github/workflows/unittest.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: |
|
||||
export ALLOW_OPENAI_API_CALL=0
|
||||
mkdir -p ~/.metagpt && cp tests/config2.yaml ~/.metagpt/config2.yaml
|
||||
pytest tests/ --ignore=tests/metagpt/environment/android_env --ignore=tests/metagpt/ext/android_assistant \
|
||||
pytest --continue-on-collection-errors tests/ --ignore=tests/metagpt/environment/android_env --ignore=tests/metagpt/ext/android_assistant \
|
||||
--doctest-modules --cov=./metagpt/ --cov-report=xml:cov.xml --cov-report=html:htmlcov \
|
||||
--durations=20 | tee unittest.txt
|
||||
- name: Show coverage report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue