Skip to content
Snippets Groups Projects

Add storybook and tests ICSHWI-9199

Merged John Sparger requested to merge add-storybook-and-tests-ICSHWI-9199 into develop
All threads resolved!
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -8,6 +8,7 @@ stages:
- dependencies
- build
- lint
- documentation
- test
- package
- release
@@ -47,6 +48,15 @@ lint:
reports:
codequality: gl-codequality.json
build-storybook:
stage: documentation
script:
- npm run build-storybook
artifacts:
expire_in: 1 month
paths:
- storybook-static
test-components-chrome:
stage: test
image: $CYPRESS_IMAGE
Loading