mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Allowed mutation testing step to fail without failing the whole build
This commit is contained in:
parent
cff8046ff8
commit
b7a0be3872
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue