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"