re-added tests for when we ever decide to use them

This commit is contained in:
2023-03-24 18:27:28 +01:00
parent f6e8242d25
commit 1ed86161f1
3 changed files with 16 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm test -- --watch=false
deploy:
runs-on: self-hosted
needs: build