Commit 9989856c authored by Éloïs's avatar Éloïs
Browse files

Merge branch 'gitlab-ci-redshift' into '1.6'

Gitlab ci redshift

See merge request nodes/typescript/duniter!1219
parents 7df69dbd 75a2ef74
Loading
Loading
Loading
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