Fix circle CI check on prod

pull/343/head
Johan Girod 2018-09-06 18:36:14 +02:00
parent ea2b9435e0
commit b64a2f0b45
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
yarn run serve:embauche &
yarn run cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759 --spec 'cypress/integration/**/!(external-integrations.js)'
production-test:
test-production:
docker:
- image: cypress/base:8
environment:
@ -63,7 +63,7 @@ workflows:
jobs:
- unit-test
- end-to-end-test
- test-prod:
- test-production:
filters:
branches:
only: master