Skip to content

websocket-tests

websocket-tests #43

Workflow file for this run

name: websocket-tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 10.x
- uses: actions/checkout@v2
- run: npm install
- run: npm run test