mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 04:23:47 +00:00
Allowed mutation testing step to fail without failing the whole build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user