Skip to content
Snippets Groups Projects
Commit 75a2ef74 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Run build + tests in the same job

parent 5bf0c38e
No related branches found
No related tags found
2 merge requests!1222Add startup scripts,!1219Gitlab ci redshift
before_script:
- echo "HOME = $HOME"
- export NVM_DIR="$HOME/.nvm"
- echo "NVM_DIR = $NVM_DIR"
- . "$NVM_DIR/nvm.sh"
yarn-build:
stage: build
tags:
- redshift
script:
- yarn
yarn-test:
test:
stage: test
tags:
- redshift
script:
- yarn
- yarn test
- echo "Success!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment