Browse Source

acceptance tests run against dev

pull/353/head
Grant Heffernan 9 years ago
parent
commit
a9fe638dfb
  1. 2
      circle.yml

2
circle.yml

@ -21,6 +21,6 @@ deployment:
branch: master branch: master
commands: commands:
- git clone git@github.com:pelias/acceptance-tests && cd acceptance-tests && npm install - git clone git@github.com:pelias/acceptance-tests && cd acceptance-tests && npm install
- cd acceptance-tests && npm test -- -e prod - cd acceptance-tests && npm test -- -e dev
- git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install - git clone git@github.com:mapzen/pelias-deploy.git && cd pelias-deploy && bundle install
- cd pelias-deploy && bundle exec rake deploy:api[dev] - cd pelias-deploy && bundle exec rake deploy:api[dev]

Loading…
Cancel
Save