Debug
This commit is contained in:
parent
35f743ae14
commit
5f50c568ed
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,7 @@ cache:
|
|||
paths:
|
||||
- node_modules/
|
||||
|
||||
install_dependencies:
|
||||
install:
|
||||
stage: build
|
||||
script:
|
||||
- yarn install
|
||||
|
@ -35,3 +35,6 @@ testing:
|
|||
stage: test
|
||||
script:
|
||||
- yarn test --ci --collectCoverage=true
|
||||
artifacts:
|
||||
reports:
|
||||
junit: junit.xml
|
||||
|
|
Loading…
Reference in a new issue