Skip to content

Commit a65fd7d

Browse files
committed
Install websockets before sockets test run
1 parent 6cece08 commit a65fd7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ commands:
249249
command: |
250250
wget -O ~/chrome.deb https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
251251
dpkg -i ~/chrome.deb
252+
- run:
253+
name: install sockets test suite prerequisites
254+
command: |
255+
npm install ws -g
252256
- run:
253257
name: run sockets tests
254258
environment:

0 commit comments

Comments
 (0)