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:
- image: circleci/node:6
- image: selenium/standalone-chrome:2.48.2
environment:
DBUS_SESSION_BUS_ADDRESS: /dev/null
<<: *screenshotter
workflows:
version: 2
screenshotter:
test:
jobs:
- test
- firefox