We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50c079b + e8f053c commit b0a0988Copy full SHA for b0a0988
1 file changed
.circleci/config.yml
@@ -40,6 +40,16 @@ jobs:
40
- ~/cli/node_modules
41
- /usr/local/share/.cache/yarn
42
- /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
51
+ name: Global npm Install
52
+ command: npm -g install sequelize-tinker
53
54
workflows:
55
version: 2
@@ -54,3 +64,9 @@ workflows:
64
only: /^v.*/
65
branches:
56
66
ignore: /.*/
67
+ - global-install:
68
+ filters:
69
+ tags:
70
+ only: /^v.*/
71
+ branches:
72
+ ignore: /.*/
0 commit comments