Skip to content

Commit

Permalink
This might work? update the run for main
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 3f9b45d commit fc23592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
#Run all Python tests in the directory
- name: Run the Python tests in directory
run: |
docker exec api-container python3 main.py # Execute 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
Expand Down

0 comments on commit fc23592

Please sign in to comment.