Skip to content

Commit

Permalink
Issue #141: optional project path
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Oct 3, 2024
1 parent 61af05c commit 6e2d269
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- name: Test with pytest
run: |
python -m pytest
project_path="${{ inputs.project-path || '.' }}"
python -m pytest $project_path
- name: Run tests with coverage (coverage must be at least 80% to pass)
if: inputs.skip-coverage != 'true'
Expand Down

0 comments on commit 6e2d269

Please sign in to comment.