This commit is contained in:
@@ -2,23 +2,16 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Setup Python
|
||||||
run: |
|
run: |
|
||||||
echo "Checking current directory..."
|
python3 --version
|
||||||
pwd
|
pip3 install -e . pytest pytest-asyncio
|
||||||
ls -la
|
- name: Run tests
|
||||||
- name: Check Python
|
run: pytest tests/ -v
|
||||||
run: |
|
|
||||||
python3 --version
|
|
||||||
which python3
|
|
||||||
- name: Install
|
|
||||||
run: |
|
|
||||||
pip3 install -e . pytest pytest-asyncio
|
|
||||||
- name: Run tests
|
|
||||||
run: pytest tests/ -v --tb=short
|
|
||||||
|
|||||||
Reference in New Issue
Block a user