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 fde7426 commit 9e4c6c9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/visual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@ jobs:
matrix:
shard: ['1/5', '2/5', '3/5', '4/5', '5/5']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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 }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Install Playwright
Expand Down

0 comments on commit 9e4c6c9

Please sign in to comment.