Ajoute un délai avant les test e2e sur la prod

Pour éviter les plantages intempestifs
pull/399/head
Johan Girod 2018-10-11 12:07:16 +02:00 committed by GitHub
parent 82f0cca31c
commit 31be978ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ jobs:
steps:
- checkout
- run: npm install --save-dev cypress
- run: sleep 60
- run: |
if ./node_modules/.bin/cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759;
then