Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Sep 22, 2022
1 parent d77fb3c commit bf5a3cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ jobs:
- setup-node
- run: npm run test:smoke

Full incremental delivery tests with graphql@17 canary:
docker:
- image: cimg/base:stable
environment:
INCREMENTAL_DELIVERY_TESTS_ENABLED: t
steps:
- setup-node:
node-version: 18
- run: npm i --legacy-peer-deps graphql@17.0.0-alpha.1.canary.pr.3361.04ab27334641e170ce0e05bc927b972991953882
- run: npm run test
- run: npm run test:smoke

Prettier:
docker:
- image: cimg/base:stable
Expand Down
2 changes: 2 additions & 0 deletions smoke-test/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ cd ..
tsc --build tsconfig.{esm,cjs}.json
node generated/tsc/smoke-test.cjs
node generated/tsc/smoke-test.mjs

# FIXME if INCREMENTAL_DELIVERY_TESTS_ENABLED is set, run an incremental delivery test.

0 comments on commit bf5a3cc

Please sign in to comment.