mirror of
https://gitlab.com/wirelos/sprocket-ui.git
synced 2025-12-14 05:56:50 +01:00
ci
This commit is contained in:
@@ -9,17 +9,18 @@ cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- yarn install
|
||||
- yarn test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- yarn install
|
||||
- yarn build:frontend
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- yarn test
|
||||
|
||||
|
||||
pack:
|
||||
stage: deploy
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user