25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
231B

  1. ---
  2. framework: mocha
  3. preRun:
  4. command:
  5. - npm ci
  6. - npm run build
  7. postMerge:
  8. pattern:
  9. - "test/*-test.js"
  10. preMerge:
  11. pattern:
  12. - "test/*-test.js"
  13. postRun:
  14. command:
  15. - "node --version"
  16. version: 1.0.0