1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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