diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c795bfe1..7fa3a038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: python -m venv venv source venv/bin/activate pip install -r requirements.txt + docker-compose --project-directory ../runtime pull PYTHONUNBUFFERED=true python -m unittest --verbose - name: Package signed .rpm working-directory: plugin