enable all tests

This commit is contained in:
Anton Lavrenov
2021-05-05 13:24:52 -05:00
parent 432ff1a87b
commit 46d2c25a9a
5 changed files with 8 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
name: Node.js CI
name: Test
on:
push:
@@ -21,5 +21,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test