ci: add automated testing

Doesn't actually succeed yet because there are quite a few errors.
This commit is contained in:
RedlineTriad
2023-06-30 22:38:13 +02:00
parent ecc5d8c2b8
commit aeb9a449ca
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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
+1 -1
View File
@@ -136,7 +136,7 @@
],
"moduleDirectories": [
"node_modules",
"release/app/node_modules"
"src"
],
"testPathIgnorePatterns": [
"release/app/dist"