Skip to content

Commit

Permalink
chore: temporarily remove the running of program in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 25, 2023
1 parent 9ecd7d8 commit 5121a00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
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
# - 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 5121a00

Please sign in to comment.