Skip to content

Commit

Permalink
chore: Add a step to run the program in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 23, 2023
1 parent 2e378f9 commit 597c5ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
if: always()
run: |
poetry run task lint
# Run the program
- name: Run program
if: always()
run: |
poetry run chasten analyze --search-directory . --debug-level DEBUG --debug-dest CONSOLE
# Run the tests
- name: Run Tests
if: always()
Expand Down

0 comments on commit 597c5ac

Please sign in to comment.