Skip to content
Snippets Groups Projects

Test setup

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