mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Update .gitlab-ci.yml file: integrate audit job in test stage.
This commit is contained in:
parent
c9858eda89
commit
87159eb637
@ -1,13 +1,12 @@
|
|||||||
image: openlp/angular
|
image: openlp/angular
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- audit
|
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
stage: audit
|
stage: test
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn audit || true
|
- yarn audit || true
|
||||||
|
Loading…
Reference in New Issue
Block a user