mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 20:31:03 +02:00
test: Run cli checks in PR workflow
Simplify execution of CLI tests and run them in the CI workflow after Python tests.
This commit is contained in:
committed by
Jon Grace-Cox
parent
bb9ef961fb
commit
96d102f307
3
.github/workflows/python_checks.yaml
vendored
3
.github/workflows/python_checks.yaml
vendored
@@ -32,3 +32,6 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: pytest --doctest-modules --cov=anybadge --cov-report term --cov-report xml:coverage.xml --cov-report html:htmlcov anybadge tests
|
||||
|
||||
- name: CLI tests
|
||||
run: docker/test/shell_tests.sh
|
||||
|
Reference in New Issue
Block a user