From a9fe638dfb431521f887e0f70bbdcfea1ebaed90 Mon Sep 17 00:00:00 2001 From: Grant Heffernan Date: Wed, 28 Oct 2015 07:35:17 -0400 Subject: [PATCH] acceptance tests run against dev --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index d5df506a..0fd2eaf7 100644 --- a/circle.yml +++ b/circle.yml @@ -21,6 +21,6 @@ deployment: branch: master commands: - 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 - cd pelias-deploy && bundle exec rake deploy:api[dev]