Loading .gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line before_script: - export NVM_DIR="$HOME/.nvm" - . "$NVM_DIR/nvm.sh" test: stage: test tags: - redshift script: - yarn - yarn test Loading
.gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line before_script: - export NVM_DIR="$HOME/.nvm" - . "$NVM_DIR/nvm.sh" test: stage: test tags: - redshift script: - yarn - yarn test