Files
visual-semiotic-ai-analysis/.gitea/workflows/python-test.yml
T
Brian Bjarke Jensen 4a045125aa
Python Code Quality / python-quality (pull_request) Successful in 13s
Python Test / test (pull_request) Successful in 24s
implemented pytest CI template
2025-09-19 21:30:37 +02:00

18 lines
358 B
YAML

name: Python Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
uses: brian/CI-templates/.gitea/workflows/python/[email protected]
with:
python-version: ${{ vars.PYTHON_VERSION }}
coverage-package: "data_store"
api-url: ${{ vars.API_URL }}
secrets:
CI_RUNNER_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}