Skip to content
Snippets Groups Projects
js-test.yml 137 B
Newer Older
Arnaud Vergnet's avatar
Arnaud Vergnet committed
js-test:
  stage: test
  image: node:14-alpine
  needs:
    - js-install
  script:
    - '[ -e yarn.lock ] && yarn test || npm run test'