jest.yml 248 B

12345678910111213
  1. jest:
  2. stage: test
  3. extends:
  4. - .env_base
  5. before_script:
  6. - source /opt/rh/rh-nodejs12/enable
  7. - yarn install
  8. script:
  9. - yarn test
  10. - echo "Also test eslint-plugin-zammad..."
  11. - cd .eslint
  12. - yarn install
  13. - yarn test