Skip to content

Commit

Permalink
Github actions tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nebojsa94 committed Aug 7, 2020
1 parent 481144a commit 9dfc3e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/websocket-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"verbose": false
},
"scripts": {
"test": "faucet test/unit",
"test": "tape test/unit/*.js",
"gulp": "gulp"
},
"main": "index",
Expand Down

0 comments on commit 9dfc3e4

Please sign in to comment.