mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
ci: allow audit to fail and add scheduled audit
This commit is contained in:
@@ -18,10 +18,20 @@ build:
|
|||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
test:
|
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
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user