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