Clean CI workflow

This commit is contained in:
2026-03-22 12:38:40 +00:00
parent 151e577dec
commit ad13354cdc

View File

@@ -13,6 +13,8 @@ jobs:
set -x set -x
whoami whoami
pwd pwd
ls -la /app 2>&1 || ls -la / | head -10 ls -la /app
python3 --version - name: Install
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v || echo "Test command failed with code $?" run: pip3 install -e /app && pip3 install pytest pytest-asyncio
- name: Run tests
run: pytest /app/tests/ -v