Skip to content

Commit

Permalink
Fix typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Jun 6, 2018
1 parent 8ea9426 commit 41b2375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test:
override:
- export GCLOUD_PROJECT=nodejs-docs-samples-tests && functions-emulator start && cd functions/datastore && npm test && functions-emulator stop
# Only run if the PR is not coming from a fork.
- if [[-z $CIRCLE_PR_USERNAME ]] ; then functions-emulator start && cd functions/helloworld && npm test && functions-emulator stop; fi
- if [[ -z $CIRCLE_PR_USERNAME ]] ; then functions-emulator start && cd functions/helloworld && npm test && functions-emulator stop; fi
- samples test run --cmd nyc -- --cache ava --verbose -T 30s 'functions/background/test/**/*.test.js'
- samples test run --cmd nyc -- --cache ava --verbose -T 30s 'functions/concepts/test/**/*.test.js'
- samples test run --cmd nyc -- --cache ava --verbose -T 30s 'functions/gcs/test/**/*.test.js'
Expand Down

0 comments on commit 41b2375

Please sign in to comment.