Skip to content

Commit

Permalink
ci: moved pubsub emulator host env to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fedyukovich committed Jan 15, 2021
1 parent 38d6837 commit fa5bacd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
working_directory: ~/nest
docker:
- image: circleci/node:12
environment:
PUBSUB_EMULATOR_HOST: localhost:8681
steps:
- checkout
- run:
Expand All @@ -36,6 +34,8 @@ jobs:
integration_tests:
working_directory: ~/nest
machine: true
environment:
PUBSUB_EMULATOR_HOST: localhost:8681
steps:
- checkout
- run:
Expand Down

0 comments on commit fa5bacd

Please sign in to comment.