From bc55557052910dfd9317c480695498b1b80efaf4 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 22 Oct 2021 14:02:31 -0500 Subject: [PATCH] Add node tests to pipeline (#525) --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e3341a2b7..e58289c86d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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