feat: Add Jest configuration and tests for project and user handlers
This commit is contained in:
10
.github/workflows/serverless-deployment.yml
vendored
10
.github/workflows/serverless-deployment.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user