Update node.js.yml

This commit is contained in:
Lucas Dower 2022-03-01 22:47:28 +00:00 committed by GitHub
parent a99799d539
commit ba3c507246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Build
- name: Run build
run: npm run build
- name: Run tests
run: npm test