12 lines
305 B
YAML
12 lines
305 B
YAML
name: CI
|
|
on: [push, pull_request]
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: |
|
|
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
|
|
- run: |
|
|
python3 -m pip install pytest --quiet
|
|
python3 -m pytest --version
|