Try CI without checkout action - let Gitea auto checkout
This commit is contained in:
@@ -11,8 +11,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
echo "Checking out code..."
|
||||
ls -la
|
||||
pwd
|
||||
- name: Install
|
||||
run: pip install -e . pytest pytest-asyncio
|
||||
run: |
|
||||
pip install -e . pytest pytest-asyncio
|
||||
- name: Test
|
||||
run: python -m pytest tests/ -v
|
||||
run: |
|
||||
python -m pytest tests/ -v
|
||||
Reference in New Issue
Block a user