Skip to content

Commit 845f952

Browse files
committed
chore(circle): fix circleci build
1 parent 236751b commit 845f952

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

circle.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
version: 2
22
jobs:
33
build:
4-
working_directory: ~/src
4+
working_directory: /ngerrors
55

66
docker:
7-
- image: selenium/standalone-chrome:3.3.0
7+
- image: markadams/chromium-xvfb-js:latest
88

99
steps:
10-
- checkout
11-
- run: yarn install
12-
- run: yarn run test
10+
- run:
11+
command: npm test

0 commit comments

Comments
 (0)