]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: use firefox
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 1 May 2020 08:08:28 +0000 (10:08 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 1 May 2020 08:08:28 +0000 (10:08 +0200)
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

index fabfbd8ab3c4de0a66c398378f3f4b17b19995e6..ed726d78b3bc86da3161e502709c07c2d64d390c 100644 (file)
@@ -50,7 +50,7 @@ jobs:
     steps:
       - attach_workspace:
           at: ~/project
-      - run: yarn test:e2e
+      - run: yarn test:e2e:ci
 
   build-lint:
     <<: *defaults