This commit is contained in:
@@ -6,5 +6,12 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Hello
|
- name: Checkout
|
||||||
run: echo "Hello World"
|
run: |
|
||||||
|
git clone https://gitea.com/$GITEA_REPO_NAME .
|
||||||
|
- name: Install
|
||||||
|
run: |
|
||||||
|
pip install -e . pytest
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
pytest tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user