Files
elprisenligenu/.gitea/workflows/python-pytest.yml
T
Brian Bjarke Jensen 4f0c9c0d44
Python Code Quality / python-code-quality (pull_request) Successful in 9s
Python Test / python-test (pull_request) Successful in 13s
referenced pytest CI template
2025-10-30 00:09:14 +01:00

18 lines
365 B
YAML

name: Python Test
on:
push:
branches:
- main
pull_request:
jobs:
python-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 }}