We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adbf31 commit c83f000Copy full SHA for c83f000
.github/workflows/playwright.yml
@@ -60,16 +60,4 @@ jobs:
60
owner: context.repo.owner,
61
repo: context.repo.repo,
62
body: body,
63
- });
64
-
65
- # - name: Update the screenshots based on Ubuntu env on GH
66
- # id: test-visual-update
67
- # if: ${{ failure() && steps.test-visual.conclusion == 'failure' }}
68
- # run: make tests-update-screenshots
69
- # - name: Upload updated Playwright screenshots
70
- # uses: actions/upload-artifact@v4
71
- # if: ${{ failure() && steps.test-visual-update.conclusion == 'success' }}
72
- # with:
73
- # name: playwright-screenshots-updated
74
- # path: tests/src/__screenshots__/**/*.png
75
- # retention-days: 3
+ });
0 commit comments