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