mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +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:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- name: 'Mutation tests'
|
||||
include:
|
||||
- name: 'Lint'
|
||||
install: npm ci
|
||||
|
|
Loading…
Reference in a new issue