Add node tests to pipeline (#525)

This commit is contained in:
Matt Gibson 2021-10-22 14:02:31 -05:00 committed by GitHub
parent 24fe836032
commit bc55557052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ jobs:
name: test-coverage
path: coverage/
- name: Run Node tests
run: npm run test:node
check-failures:
name: Check for failures