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:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
install_dependencies:
|
install:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
@ -35,3 +35,6 @@ testing:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- yarn test --ci --collectCoverage=true
|
- yarn test --ci --collectCoverage=true
|
||||||
|
artifacts:
|
||||||
|
reports:
|
||||||
|
junit: junit.xml
|
||||||
|
|
Loading…
Reference in a new issue