Skip to content

Commit b151633

Browse files
committed
Only run alpha.9 tests in circleci
1 parent aff5045 commit b151633

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.circleci/config.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,7 @@ jobs:
6060
- setup-node
6161
- run: npm run test:smoke
6262

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:
8064
docker:
8165
- image: cimg/base:stable
8266
environment:
@@ -85,11 +69,11 @@ jobs:
8569
steps:
8670
- setup-node:
8771
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.
9073
# --legacy-peer-deps because nothing expects v17 yet.
9174
- run: npm i --legacy-peer-deps "graphql@${GRAPHQL_JS_VERSION}" @yaacovcr/transform
9275
- run: npm run test:ci
76+
- maybe-upload-coverage
9377
- run: npm run test:smoke
9478

9579
Prettier:

0 commit comments

Comments
 (0)