Final clean CI workflow

This commit is contained in:
2026-03-22 12:43:42 +00:00
parent 7b28ef3bec
commit e59bfa966e

View File

@@ -6,11 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Debug
- name: Setup and test
run: |
set -x
whoami
pwd
ls -la /app 2>&1 || ls -la / | head -10
python3 --version
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v || echo "Test command failed with code $?"
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v