diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e3341a2b70..e58289c86d3 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