Codeship命令在完成后运行很长时间

时间:2017-02-08 22:57:33

标签: node.js codeship

我有以下codeship-steps.yml

# test
- name: test
  type: serial
  services:
  - build
  steps:
  - command: npm test

我所经历的是,即使命令完成,步骤也会在没有做任何事情的情况下提前1或2分钟,或者转到下一步/组。有没有人遇到同样的事情,我能在这做什么? 即使我只做npm -v这有时需要3分钟,这很奇怪,不是吗?

0 个答案:

没有答案