Skip to content

Commit

Permalink
just try commenting first
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Feb 15, 2024
1 parent 9b12074 commit fde7426
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
with:
node-version: '16'
cache: 'yarn'
- name: Comment PR with execution number
uses: mshick/add-pr-comment@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 }}
GITHUB_TOKEN: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Playwright
Expand All @@ -43,3 +51,4 @@ jobs:
${{ steps.results.outputs.stdout }}
message-id: visual-test
repo-token: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}

0 comments on commit fde7426

Please sign in to comment.