mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +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
|
||||
|
||||
stages:
|
||||
- audit
|
||||
- test
|
||||
- build
|
||||
- deploy
|
||||
|
||||
audit:
|
||||
stage: audit
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
- yarn audit || true
|
||||
|
Loading…
Reference in New Issue
Block a user