Files
json-to-openapi/.gitea/workflows/ci.yml
7000pctAUTO 1e99bfeaa5
Some checks failed
CI / test (push) Failing after 1s
Use hardcoded repo URL
2026-02-01 05:23:26 +00:00

15 lines
290 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
run: git clone https://gitea.com/7000pctAUTO/json-to-openapi .
- name: Install
run: pip install -e . pytest
- name: Test
run: pytest tests/ -v