mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
ci: run tests
This commit is contained in:
@@ -15,16 +15,29 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
|
test:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npm test
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm audit
|
- npm audit
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm run documentation
|
- npm run documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user