From 6db183344cc802f0421b8432d21dd38950e3f628 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 6 Sep 2018 19:26:30 +0200 Subject: [PATCH] Add webhook to circleci --3 --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 4cc4b8db3..a00d29117 100644 --- a/circle.yml +++ b/circle.yml @@ -53,8 +53,8 @@ jobs: CYPRESS_baseUrl: http://embauche.beta.gouv.fr steps: - run: npm install --save-dev cypress - # We wait an arbitrary 4 min for the deploy (TODO: use netlify hook for triggering a this job) - - run: sleep 14400 + # We wait an arbitrary 1 min for the deploy (TODO: use netlify hook for triggering a this job) + - run: sleep 60 - run: yarn run cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759 workflows: