2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

continue on error

This commit is contained in:
Matthias
2022-05-28 00:30:30 +02:00
parent 6bac19daff
commit 9c80be52b3

View File

@ -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