Skip to content

Commit

Permalink
try proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rlingineni committed Feb 15, 2024
1 parent 334c697 commit 147486b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
matrix:
shard: ['1/5', '2/5', '3/5', '4/5', '5/5']
steps:
- name: Comment PR with execution number
uses: mshick/add-pr-comment@v2
with:
message: |
Visual test output will be shown here
message-id: visual-test
proxy-url: https://ravi-gh-comment-proxy.deno.dev
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand All @@ -42,4 +49,4 @@ jobs:
message: |
${{ steps.results.outputs.stdout }}
message-id: visual-test
repo-token: ${{ secrets.RYAN_GITHUB_PERSONAL_TOKEN }}
proxy-url: https://ravi-gh-comment-proxy.deno.dev

0 comments on commit 147486b

Please sign in to comment.