8000 try xvfb · plotly/orca@1aeea7b · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 1aeea7b

Browse files
committed
try xvfb
1 parent 7f90ad0 commit 1aeea7b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: circleci/node:6.10.3
6+
- image: circleci/node:6.10.3-browsers
77

88
steps:
99
- checkout
@@ -21,5 +21,10 @@ jobs:
2121
paths:
2222
- node_modules
2323
key: v1-dependencies-{{ checksum "package.json" }}
24-
25-
- run: npm test
24+
25+
- run: |
26+
export DISPLAY=:99
27+
xvfb-run -a -e /dev/stdout npm test
28+
29+
- store_artifacts:
30+
path: build

0 commit comments

Comments
 (0)
0