Exact format of working CI

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

View File

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