This commit is contained in:
@@ -8,12 +8,10 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Python dependencies
|
||||
- name: Echo test
|
||||
run: echo "Hello World"
|
||||
- name: Show environment
|
||||
run: |
|
||||
python3 --version
|
||||
pip3 install -e . pytest pytest-asyncio
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest tests/ -v --tb=short 2>&1 || true
|
||||
echo "PWD: $(pwd)"
|
||||
echo "Files: $(ls -la)"
|
||||
python3 --version || echo "Python not found"
|
||||
|
||||
Reference in New Issue
Block a user