Skip to content

Commit

Permalink
Trying again main & test
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 3673ff3 commit 3289822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
#Run all Python tests in the directory
- name: Run the Python tests in directory
run: |
docker exec api-container python3 /Backend/main.py # Execute main.py
docker exec api-container pytest /Backend/test_main.py # Execute test_main.py
docker exec api-container python3 main.py # Execute main.py
docker exec api-container pytest test_main.py # Execute test_main.py
#Stop and Remove API Container after tests
- name: Stop and Remove API Container
Expand Down

0 comments on commit 3289822

Please sign in to comment.