Skip to content

Commit c83f000

Browse files
committed
chore: Removed unneeded code
1 parent 5adbf31 commit c83f000

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,4 @@ jobs:
6060
owner: context.repo.owner,
6161
repo: context.repo.repo,
6262
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
63+
});

0 commit comments

Comments
 (0)