From 24d778c0dd15200bbd3f39564a0f1f40c20d162d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 1 May 2020 10:08:28 +0200 Subject: [PATCH] ci: use firefox Chromes fails to start and nobody seems to know the solution: https://bugs.chromium.org/p/chromedriver/issues/detail?id=2470&can=2&start=0&num=100&q=&colspec=ID%20Status%20Pri%20Owner%20Summary&groupby=&sort=&hotlist_id= --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fabfbd8a..ed726d78 100644 --- a/circle.yml +++ b/circle.yml @@ -50,7 +50,7 @@ jobs: steps: - attach_workspace: at: ~/project - - run: yarn test:e2e + - run: yarn test:e2e:ci build-lint: <<: *defaults -- 2.47.2