File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 60
60
- setup-node
61
61
- run : npm run test:smoke
62
62
63
- Full incremental delivery tests with graphql 17 alpha 2 :
64
- docker :
65
- - image : cimg/base:stable
66
- environment :
67
- INCREMENTAL_DELIVERY_TESTS_ENABLED : t
68
- GRAPHQL_JS_VERSION : 17.0.0-alpha.2
69
- steps :
70
- - setup-node :
71
- node-version : " 20"
72
- # Install a prerelease of graphql-js 17 with incremental delivery support.
73
- # --legacy-peer-deps because nothing expects v17 yet.
74
- - run : npm i --legacy-peer-deps "graphql@${GRAPHQL_JS_VERSION}"
75
- - run : npm run test:ci
76
- - maybe-upload-coverage
77
- - run : npm run test:smoke
78
-
79
- Test with recent graphql-js alpha :
63
+ Full incremental delivery tests with graphql 17 alpha 9 :
80
64
docker :
81
65
- image : cimg/base:stable
82
66
environment :
@@ -85,11 +69,11 @@ jobs:
85
69
steps :
86
70
- setup-node :
87
71
node-version : " 20"
88
- # Install a newer prerelease of graphql-js 17; we do not yet support
89
- # its incremental delivery format.
72
+ # Install a prerelease of graphql-js 17 with incremental delivery support.
90
73
# --legacy-peer-deps because nothing expects v17 yet.
91
74
- run : npm i --legacy-peer-deps "graphql@${GRAPHQL_JS_VERSION}" @yaacovcr/transform
92
75
- run : npm run test:ci
76
+ - maybe-upload-coverage
93
77
- run : npm run test:smoke
94
78
95
79
Prettier :
You can’t perform that action at this time.
0 commit comments