Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e92770f

Browse files
fix: continue-on-error
1 parent 205d07b commit e92770f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: pip install -r requirements.txt
1717
- name: Run tests and collect coverage
1818
run: pytest --cov app --junitxml=testresults.xml
19+
continue-on-error: true
1920

2021
- name: cat testresults.xml
2122
run: cat testresults.xml

0 commit comments

Comments
 (0)