Skip to content

Commit

Permalink
feat: make npm link work for system tests (#114)
Browse files Browse the repository at this point in the history
I need `npm link` in system tests for gax. It does not change any behavior for other libraries.
Context: googleapis/gax-nodejs#334
  • Loading branch information
alexander-fenster authored and JustinBeckwith committed Oct 28, 2018
1 parent 19cf87e commit f06f87a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synthtool/gcp/templates/node_library/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
command: npm run system-test
environment:
GCLOUD_PROJECT: {{ test_project or 'long-door-651' }}
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
GOOGLE_APPLICATION_CREDENTIALS: /home/node/project/.circleci/key.json
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
name: Remove unencrypted key.
command: |
Expand Down

0 comments on commit f06f87a

Please sign in to comment.