Skip to content

Commit

Permalink
Comment about test dependency on git remote
Browse files Browse the repository at this point in the history
The tests depend on the fact that the git remote is set to apollo-cli
  • Loading branch information
evans committed Aug 30, 2018
1 parent 0875642 commit ea03f70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const engineSuccess = ({ operations, tag, results } = {}) => nock => {
tag: tag || "current",
gitContext: {
commit: /.+/i,
// If you are still using apollo-codegen as your remote, you must
// change to apollo-cli for the tests to pass
remoteUrl: /apollo-cli/i,
committer: /@/i
}
Expand Down

0 comments on commit ea03f70

Please sign in to comment.