diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index 326c0ec..d18b10a 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -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