mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12: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:
|
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
|
||||||
|
Reference in New Issue
Block a user