Skip to content

Commit

Permalink
Run debug step on failure [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 9, 2023
1 parent 078a1c4 commit 2d39414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
with:
sha: ${{ github.event.pull_request.head.sha }}
- name: Debug GetPR output
if: failure()
run: |
echo ${{ steps.failed_pr_number.outputs.number }}
- name: Post comment with test report
Expand Down

0 comments on commit 2d39414

Please sign in to comment.