Add node tests to pipeline (#525)
This commit is contained in:
parent
24fe836032
commit
bc55557052
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue