mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-02 13:04:28 +08:00
update for more memory
This commit is contained in:
parent
f797fe2db9
commit
304f2e2394
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
@ -67,13 +67,15 @@ jobs:
|
||||
docker run \
|
||||
-d \
|
||||
--name backend \
|
||||
--memory=4g \
|
||||
--cpus=2 \
|
||||
-e PORT=8765 \
|
||||
-e ENVIRONMENT=dev \
|
||||
-e TESTING=0 \
|
||||
-p 8004:8765 \
|
||||
${{ env.IMAGE }}:latest
|
||||
# - name: Pytest
|
||||
# run: docker exec backend pipenv run python -m pytest tests --disable-warnings --maxfail=5
|
||||
- name: Pytest
|
||||
run: docker exec backend pipenv run python -m pytest tests --disable-warnings --maxfail=5
|
||||
# - name: Flake8
|
||||
# run: docker exec backend pipenv run python -m flake8 .
|
||||
# - name: Black
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user