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