Skip to content

Commit

Permalink
chore(build): update CI config
Browse files Browse the repository at this point in the history
chore(build): update CI config
  • Loading branch information
dpebot authored and JustinBeckwith committed Nov 2, 2018
1 parent 3e5a196 commit 86fe257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -156,7 +156,7 @@ jobs:
- run: *npm_install_and_link
- run:
name: Run system tests.
command: npm run system-test
command: mkdir $HOME/.config && npm run system-test
environment:
GCLOUD_PROJECT: long-door-651
GOOGLE_APPLICATION_CREDENTIALS: /home/node/project/.circleci/key.json
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
@@ -1,3 +1,4 @@
node_modules/*
samples/node_modules/*
src/**/doc/*
build/

0 comments on commit 86fe257

Please sign in to comment.