You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockvote/node_modules/websocket/.github/workflows/websocket-tests.yml

17 lines
267 B

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