Skip to content

Commit 1c64bca

Browse files
committed
Ease debugging
1 parent c3ac670 commit 1c64bca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
uses: ewjoachim/python-coverage-comment-action@v2
3030
with:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
VERBOSE: true

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
${{ github.event.workflow_run.event == 'pull_request' &&
1515
github.event.workflow_run.conclusion == 'success' }}
1616
steps:
17+
- name: DEBUG
18+
run: echo '${{ github.event.workflow_run.event }}' && echo '${{ github.event.workflow_run.conclusion }}'
1719
- name: Post comment
1820
uses: ewjoachim/python-coverage-comment-action@v2
1921
with:

0 commit comments

Comments
 (0)