Skip to content

Commit

Permalink
Update visual-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Feb 15, 2024
1 parent 9e4c6c9 commit d1d0027
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
matrix:
shard: ['1/5', '2/5', '3/5', '4/5', '5/5']
steps:
- uses: actions/checkout@v3
- name: Comment PR with execution number
uses: mshick/add-pr-comment@v2
uses: thollander/actions-comment-pull-request@v2
with:
message: |
'This is a visual test run. The results will be posted here.'
message-id: visual-test
repo-token: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}
- uses: actions/checkout@v3
Visual test execution started
comment_tag: visual-test
GITHUB_TOKEN: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down

0 comments on commit d1d0027

Please sign in to comment.