Skip to content

Commit

Permalink
idk just run the main?
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 4435b46 commit b97886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run the Python tests in directory
run: |
docker exec api-container python3 main.py # Execute main.py
docker exec api-container pytest test_main.py # Execute test_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 b97886a

Please sign in to comment.