mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-26 19:56:41 +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:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- name: 'Mutation tests'
|
||||
include:
|
||||
- name: 'Lint'
|
||||
install: npm ci
|
||||
|
||||
Reference in New Issue
Block a user