continue on error
This commit is contained in:
parent
6bac19daff
commit
9c80be52b3
|
|
@ -130,6 +130,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
|
||||
needs: ['javascript', 'html', 'pre-commit']
|
||||
continue-on-error: true # continue if a step fails so that coverage gets pushed
|
||||
|
||||
env:
|
||||
INVENTREE_DB_NAME: ./inventree.sqlite
|
||||
|
|
|
|||
Loading…
Reference in New Issue