Skip to content

Commit

Permalink
Update tests.yml (#10631)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 10, 2023
1 parent c1cb2d7 commit 934a0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
cat heylogs.txt
# exit 1 in case of error
# We have 2 "valid" issues in CHANGELOG.md
grep -q "2 problems" heylogs.txt || exit 1
# We have 1 "valid" issue in CHANGELOG.md
grep -q "1 problem" heylogs.txt || exit 1
- name: Add comment on pull request
if: ${{ failure() }}
uses: thollander/actions-comment-pull-request@v2
Expand Down

0 comments on commit 934a0c8

Please sign in to comment.