From aeb9a449cab31ea2581551188bf3356c52717077 Mon Sep 17 00:00:00 2001 From: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:38:13 +0200 Subject: [PATCH] ci: add automated testing Doesn't actually succeed yet because there are quite a few errors. --- .github/workflows/node.js.yaml | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yaml b/.github/workflows/node.js.yaml index 12d6402c..4f0ffcc0 100644 --- a/.github/workflows/node.js.yaml +++ b/.github/workflows/node.js.yaml @@ -26,5 +26,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build - # Tests are currently failing - # - run: npm test + - run: npm test + # Currently typescript, eslint, and prettier are unhappy + continue-on-error: true diff --git a/package.json b/package.json index 32f00d0c..12e2a6f1 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ ], "moduleDirectories": [ "node_modules", - "release/app/node_modules" + "src" ], "testPathIgnorePatterns": [ "release/app/dist"