chore: update workflows

This commit is contained in:
LuanRT
2022-05-18 05:57:15 -03:00
parent 9f3f8ad820
commit 13f571a6dc
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build
on:
@@ -26,4 +23,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run test