diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index 91df221..0a1d653 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -49,7 +49,7 @@ jobs: #Start API Container - name: Start API Container run: | - docker run -d -p 5000:5000 --name api-container api-image # Start container on port 5000 + docker run -d -p 5000:5000 --memory="512m" --name api-container api-image # Start container on port 5000 #Run all Python tests in the directory - name: Run all Python tests in directory