diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cdf05bc..0a84e9c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,11 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - run: | - git clone https://gitea.com/$GITEA_REPO_NAME . + run: git clone https://gitea.com/7000pctAUTO/json-to-openapi . - name: Install - run: | - pip install -e . pytest + run: pip install -e . pytest - name: Test - run: | - pytest tests/ -v + run: pytest tests/ -v