From: Eduardo San Martin Morote Date: Fri, 1 May 2020 08:08:28 +0000 (+0200) Subject: ci: use firefox X-Git-Tag: v4.0.0-alpha.10~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d778c0dd15200bbd3f39564a0f1f40c20d162d;p=thirdparty%2Fvuejs%2Frouter.git 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= --- 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