Skip to content

Commit

Permalink
Add missing libgconf-2-4 for CircleCI
Browse files Browse the repository at this point in the history
Somehow it might be missing in containers.
  • Loading branch information
yuya-oc committed Mar 20, 2018
1 parent 3cfc756 commit 5fc2cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- image: electronuserland/builder:wine-chrome
steps:
- checkout
- run: apt-get update && apt-get -y install --no-install-recommends libgconf-2-4
- run: yarn
# https://github.com/SeleniumHQ/docker-selenium/issues/222#issuecomment-221307583
- run: DBUS_SESSION_BUS_ADDRESS=/dev/null xvfb-run npm test
Expand Down

0 comments on commit 5fc2cac

Please sign in to comment.