Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO cd8264efef
Some checks failed
CI / test (push) Failing after 2s
Install pytest
2026-02-01 21:11:57 +00:00

11 lines
155 B
YAML

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install pytest
run: pip install pytest