forked from AkkomaGang/akkoma-fe
Update .gitlab-ci.yml
This commit is contained in:
parent
30a908b56d
commit
bed37646f9
1 changed files with 3 additions and 0 deletions
|
@ -33,11 +33,13 @@ stages:
|
|||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- yarn
|
||||
- npm run unit
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- yarn
|
||||
- npm run build
|
||||
|
@ -46,6 +48,7 @@ build:
|
|||
- dist/
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
environment: dev
|
||||
only:
|
||||
- develop
|
||||
|
|
Loading…
Reference in a new issue