Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO 44fed6ecfa
Some checks failed
CI / test (push) Failing after 1s
fix: CI only pip install
2026-02-04 21:01:45 +00:00

8 lines
118 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: pip install pytest