Use hardcoded repo URL
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-01 05:23:26 +00:00
parent 60946bb427
commit 1e99bfeaa5

View File

@@ -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