established parallel CI pipeline for quicker testing after DO droplet upsizing; ensured gamearray (docker) and gamearray_celery services restart automatically when not purposefully powered off
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-18 20:24:02 -04:00
parent 97b406c7e0
commit 67697fa90e
3 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ steps:
- pip install -r requirements.txt
- cd ./src
- python manage.py collectstatic --noinput
- python manage.py test functional_tests
- python manage.py test functional_tests --parallel
when:
- event: push