added tests
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Test CI Templates
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
code-quality:
|
||||
name: Code Quality
|
||||
uses: gitea.gt-proj.com/brian/CI-templates/.gitea/workflows/python/code-quality.yml@main
|
||||
with:
|
||||
python-version: "3.11"
|
||||
working-directory: "."
|
||||
|
||||
test:
|
||||
name: Run Tests
|
||||
uses: gitea.gt-proj.com/brian/CI-templates/.gitea/workflows/python/pytest.yml@main
|
||||
with:
|
||||
python-version: "3.11"
|
||||
coverage-package: "test_package"
|
||||
pytest-args: "--verbose"
|
||||
Reference in New Issue
Block a user