test: update ci config

This commit is contained in:
daniel-dx
2019-03-09 23:33:57 +08:00
parent aa0ed18f4c
commit ba70d44905
+9 -1
View File
@@ -76,7 +76,15 @@ jobs:
steps:
- attach_workspace:
at: ~/project
- run: nohub npx http-server packages/ncform -p 3000 &
- run:
command: npx http-server packages/ncform -p 3000
background: true
- run: ls
- run:
shell: /bin/sh
command: |
wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 -t 10 http://127.0.0.1:3000/examples/components/vue-ncform/_value-default.html
:
- run: cd packages/ncform-e2e && npm run test-ncform:cli
workflows: