Ajoute un délai avant les test e2e sur la prod
Pour éviter les plantages intempestifspull/399/head
parent
82f0cca31c
commit
31be978ef3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue