CI with relative path

This commit is contained in:
2026-03-22 12:45:48 +00:00
parent 9a07fda904
commit e14590602c

View File

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