mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 09:16:21 +02:00
show failed tests
This commit is contained in:
parent
41cc9ceab6
commit
9f298cd022
2 changed files with 5 additions and 1 deletions
3
.github/workflows/unittest.yaml
vendored
3
.github/workflows/unittest.yaml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
- name: Show coverage report
|
||||
run: |
|
||||
coverage report -m
|
||||
- name: Show failed tests and overall summary
|
||||
run: |
|
||||
grep -E "FAILED tests|[0-9]+ passed," unittest.txt
|
||||
- name: Upload pytest test results
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue