mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user