Skip to content

Commit

Permalink
fix: Stop using --project-name in run program section of build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Aug 17, 2023
1 parent 82691ca commit d438657
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 @@ -66,7 +66,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-path .
poetry run chasten analyze 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 d438657

Please sign in to comment.