Skip to content

Commit b0a0988

Browse files
authored
Merge pull request #4 from nitaking/add-ci-global-install
add ci global install
2 parents 50c079b + e8f053c commit b0a0988

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ jobs:
4040
- ~/cli/node_modules
4141
- /usr/local/share/.cache/yarn
4242
- /usr/local/share/.config/yarn
43+
global-install:
44+
<<: *test
45+
steps:
46+
- checkout
47+
- run:
48+
name: Global yarn Install
49+
command: yarn global add sequelize-tinker
50+
- run:
51+
name: Global npm Install
52+
command: npm -g install sequelize-tinker
4353

4454
workflows:
4555
version: 2
@@ -54,3 +64,9 @@ workflows:
5464
only: /^v.*/
5565
branches:
5666
ignore: /.*/
67+
- global-install:
68+
filters:
69+
tags:
70+
only: /^v.*/
71+
branches:
72+
ignore: /.*/

0 commit comments

Comments
 (0)