File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
version : 2.1
6
6
jobs :
7
- build :
7
+ test :
8
8
parameters :
9
- graphql-separate-types :
10
- type : boolean
11
9
graphql-version :
12
10
type : string
13
11
31
29
32
30
- run : yarn --ignore-scripts add --dev graphql@<< parameters.graphql-version >>
33
31
34
- - when :
35
- condition : << parameters.graphql-separate-types >>
36
- steps :
37
- - run : yarn --ignore-scripts add --dev @types/graphql@<< parameters.graphql-version >>
38
- - unless :
39
- condition : << parameters.graphql-separate-types >>
40
- steps :
41
- - run : yarn --ignore-scripts remove @types/graphql
42
-
43
32
- save_cache :
44
33
paths :
45
34
- node_modules
51
40
workflows :
52
41
all-tests :
53
42
jobs :
54
- - build :
55
- graphql-separate-types : false
56
- matrix :
57
- parameters :
58
- graphql-version : ["14.6.0"]
59
- - build :
60
- graphql-separate-types : true
43
+ - test :
61
44
matrix :
62
45
parameters :
63
- graphql-version : ["0.13.0 ", "14.0.0 ", "14.5.0 "]
46
+ graphql-version : ["~ 0.13", "~ 14.0", "~ 14.5", "~14.6 "]
You can’t perform that action at this time.
0 commit comments