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