Skip to content

Commit

Permalink
fix: Use the --search-path command-line argument in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Aug 3, 2023
1 parent 063462a commit 7aa74be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run program
if: always()
run: |
poetry run chasten analyze --project-name chasten --config $PWD/.chasten/ --debug-level ERROR --debug-dest CONSOLE --search-directory .
poetry run chasten analyze --project-name chasten --config $PWD/.chasten/ --debug-level ERROR --debug-dest CONSOLE --search-path .
# Run the tests
- name: Run Tests
if: always()
Expand Down

0 comments on commit 7aa74be

Please sign in to comment.