Browse Source

Add node tests to pipeline (#525)

pull/529/head
Matt Gibson 4 years ago committed by GitHub
parent
commit
bc55557052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -69,6 +69,8 @@ jobs: @@ -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…
Cancel
Save