forked from orbit-oss/flask
do an allowed-failure the right way
This commit is contained in:
parent
459176a719
commit
8535503f4a
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
pip install -U --user tox
|
||||
displayName: 'Install tox'
|
||||
|
||||
# don't fail the build if this doesn't work!
|
||||
- script: |
|
||||
tox
|
||||
exit 0 # don't fail the build if this doesn't work!
|
||||
tox --ignore-outcome=true
|
||||
displayName: 'Run tox'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue