mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
remove fail
This commit is contained in:
parent
5a8ecc6a07
commit
774713b66c
5
.github/workflows/develop.yml
vendored
5
.github/workflows/develop.yml
vendored
@ -116,11 +116,6 @@ jobs:
|
||||
--memory="2g" \
|
||||
--memory-swap="3g" \
|
||||
${{ env.IMAGE }}:latest
|
||||
- name: Increase swap space
|
||||
run: |
|
||||
sudo dd if=/dev/zero of=/swapfile bs=1M count=4096
|
||||
sudo mkswap /swapfile
|
||||
sudo swapon /swapfile
|
||||
- name: Monitor memory usage
|
||||
run: free -h
|
||||
- name: Pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user