This commit is contained in:
@@ -7,11 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: git clone https://gitea.com/7000pctAUTO/json-to-openapi .
|
||||||
git clone https://gitea.com/$GITEA_REPO_NAME .
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: pip install -e . pytest
|
||||||
pip install -e . pytest
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: pytest tests/ -v
|
||||||
pytest tests/ -v
|
|
||||||
|
|||||||
Reference in New Issue
Block a user