Skip to content

Commit

Permalink
Add JEST in User Service
Browse files Browse the repository at this point in the history
- To Test CI/CD for User Service
  • Loading branch information
Jai2501 committed Nov 12, 2023
1 parent eb067b4 commit f2b0522
Show file tree
Hide file tree
Showing 3 changed files with 3,611 additions and 496 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run User Service and User Service Database with Docker Compose
run: docker-compose up user-service user-service-database

# - name: Run Test Cases in User Service
# run: docker exec ay2324s1-course-assessment-g16-user-service-1 npm test
- name: Run Test Cases in User Service
run: docker exec ay2324s1-course-assessment-g16-user-service-1 npm test

# - name: Upload Artifacts
# uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit f2b0522

Please sign in to comment.