Minimal echo test
All checks were successful
CI / test (push) Successful in 1s

This commit is contained in:
2026-03-22 12:49:52 +00:00
parent 32475092b1
commit 6ee0a572d6

View File

@@ -6,11 +6,5 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Debug
run: |
set -x
whoami
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 $?"
- name: Echo test
run: echo "Hello World"