1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +00:00

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

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