Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledAshrafH authored May 21, 2023
1 parent 2af67f9 commit 9ecf341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Run Test in registeration-process service
run: |
docker exec -it students_registration_system_registeration-process_1 bash
docker exec -it students_registration_system_registeration-process_1 -t bash
java Main
- name: Run Test in student-statistics-process service
run: |
docker exec -it students_registration_system_student-statistics-process_1 bash
docker exec -it students_registration_system_student-statistics-process_1 -t bash
java Main

0 comments on commit 9ecf341

Please sign in to comment.