Skip to content

Commit

Permalink
Enable debug logs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Dec 7, 2023
1 parent 9971b38 commit 9c04a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: make build

- name: Run pint ci
run: ./pint -c .github/pint/pint.hcl ci
run: ./pint -l debug -c .github/pint/pint.hcl ci
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c04a62

Please sign in to comment.