mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Add warning to .circleci/config.yml
about Node.js version specific tests.
Hopefully this will act as reminder for the future. I've used `NODE` here as a sort of `TODO` so other references in the codebase might be more easily located.
This commit is contained in:
parent
0d6ef264da
commit
74ca606c8a
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,8 @@ jobs:
|
|||
# Platform tests, each with the same tests but different platform or version.
|
||||
# The docker tag represents the Node.js version and the full list is available
|
||||
# at https://hub.docker.com/r/circleci/node/.
|
||||
|
||||
# NODE: Note certain tests are currently being skipped for Node.js 6.
|
||||
Node.js 6:
|
||||
docker: [{ image: 'circleci/node:6' }]
|
||||
<<: *common_test_steps
|
||||
|
@ -56,6 +58,7 @@ jobs:
|
|||
docker: [{ image: 'circleci/node:8' }]
|
||||
<<: *common_test_steps
|
||||
|
||||
# NODE: Note certain tests are currently being skipped for Node.js 10.
|
||||
Node.js 10:
|
||||
docker: [{ image: 'circleci/node:10' }]
|
||||
<<: *common_test_steps
|
||||
|
|
Loading…
Add table
Reference in a new issue