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