Skip to content

Commit

Permalink
back to self, increased size alot
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 232c86c commit 0cffc97
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 @@ -6,7 +6,7 @@ on:

jobs:
test-and-lint:
runs-on: ubuntu-latest # or ubuntu-latest
runs-on: self-hosted # or ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
#Start API Container
- name: Start API Container
run: |
docker run -d -p 5000:5000 --memory="4096m" --name api-container api-image # Start container on port 5000
docker run -d -p 5000:5000 --name api-container --memory=2g api-image # Start container on port 5000
#Run all Python tests in the directory
- name: Run the Python tests in directory
Expand Down

0 comments on commit 0cffc97

Please sign in to comment.