Skip to content
Snippets Groups Projects

Test setup

Merged Defendi Alberto requested to merge test-setup into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -6,6 +6,7 @@ stages:
build:
stage: build
script:
- npm install --global yarn
- npm install --force --global yarn
- yarn install
- yarn test
- yarn build
Loading