feat: Add Jest configuration and tests for project and user handlers

This commit is contained in:
2024-11-26 11:34:42 +02:00
parent b7771ac827
commit 646ef129d4
17 changed files with 4575 additions and 4 deletions

View File

@@ -39,6 +39,16 @@ jobs:
- name: Install Serverless Framework
run: npm install -g serverless
run-tests:
runs-on: ubuntu-latest
needs: install-deps
steps:
- name: Run Tests
run: |
cd tasker-server
npm install
npm test:ci
assume-role:
runs-on: ubuntu-latest
needs: install-deps