Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Aug 7, 2019
1 parent 13d709e commit 701f3cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ node_js:
- '12'

before_script:
- npm run build
- npm run bootstrap
- npm run build
- npm run ui:build

after_success:
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
displayName: bootstrap
- script: npm run build
displayName: build
- script: npm run ui:build
displayName: ui:build
- script: npm run test
env:
PROGRESS: none
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: cnpm install --registry=https://registry.npmjs.org
- run: cnpm run bootstrap -- --npm-client=cnpm
- run: cnpm run build
- run: cnpm run ui:build
- run:
command: npm run test -- --maxWorkers=1 --runInBand
no_output_timeout: 30m
Expand Down

0 comments on commit 701f3cd

Please sign in to comment.