feat(ci): run test

This commit is contained in:
Florent Chehab 2020-05-10 22:20:04 +02:00
parent 0b1d1943ec
commit 52f52b62e4
No known key found for this signature in database
GPG Key ID: 9A0CE018889EA246
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# This workflow will do a clean install of node dependencies and check the code style
name: Linting code CI
name: Linting and testing code CI
on:
push:
@ -19,3 +19,4 @@ jobs:
node-version: 12.x
- run: npm ci
- run: npm run style
- run: npm run test