Skip to content

Commit

Permalink
Modify comment of test result
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed May 17, 2024
1 parent 67ecfc1 commit 6c8f495
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/visual_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Test result - ${{ steps.test.outcome }}"
Test result - ${{ steps.test.outcome }}
You can check results [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
- name: Upload test results
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 6c8f495

Please sign in to comment.