Allowed mutation testing step to fail without failing the whole build

This commit is contained in:
Alejandro Celaya 2020-09-19 18:08:16 +02:00
parent cff8046ff8
commit b7a0be3872

View file

@ -15,6 +15,8 @@ node_js:
jobs: jobs:
fast_finish: true fast_finish: true
allow_failures:
- name: 'Mutation tests'
include: include:
- name: 'Lint' - name: 'Lint'
install: npm ci install: npm ci