Skip to content

Commit

Permalink
Update build_and_test_master_user_service.yaml
Browse files Browse the repository at this point in the history
- Add Debug Commands
  • Loading branch information
Jai2501 authored Nov 12, 2023
1 parent 494186f commit f823c60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test_master_user_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- name: Run User Service and User Service Database with Docker Compose
run: docker-compose up -d user-service user-service-database

- name: List Docker Containers
run: docker ps

- name: Check Logs of User Service
run: docker logs ay2324s1-course-assessment-g16_user-service_1

- name: Run Test Cases in User Service
run: docker exec ay2324s1-course-assessment-g16_user-service_1 npm test # Here _ is being used after file directory and service name vs -

Expand Down

0 comments on commit f823c60

Please sign in to comment.