Merge pull request #343 from betagouv/cypress

Fix circle CI check on prod
pull/335/head
Johan Girod 2018-09-06 18:37:13 +02:00 committed by GitHub
commit 70c21a6eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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