Set DBUS_SESSION_BUS_ADDRESS=/dev/null in selenium/standalone-chrome container (#1590)

Hopefully fixes Chrome build hanging

+ Change workflow name to `test`
This commit is contained in:
ylemkimon
2018-08-11 21:39:07 +09:00
committed by Erik Demaine
parent ea1a226e20
commit 51bf3fa6f5

View File

@@ -92,11 +92,13 @@ jobs:
docker: docker:
- image: circleci/node:6 - image: circleci/node:6
- image: selenium/standalone-chrome:2.48.2 - image: selenium/standalone-chrome:2.48.2
environment:
DBUS_SESSION_BUS_ADDRESS: /dev/null
<<: *screenshotter <<: *screenshotter
workflows: workflows:
version: 2 version: 2
screenshotter: test:
jobs: jobs:
- test - test
- firefox - firefox