Files
Brian Bjarke Jensen 54f658d093
Python Code Quality / python-code-quality (push) Successful in 9s
Python Test / python-test (push) Failing after 8s
initial commit
2025-11-04 21:03:16 +01:00

18 lines
369 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: "elprisenligenu"
api-url: ${{ vars.API_URL }}
secrets:
CI_RUNNER_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}