mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
ci: allow audit stage to fail
This commit is contained in:
@@ -28,6 +28,16 @@ audit:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm audit
|
- npm audit
|
||||||
|
allow_failure: true
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
|
|
||||||
|
scheduled-audit:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npm audit
|
||||||
|
only:
|
||||||
|
- schedules
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user