Skip to content

Commit 44a3017

Browse files
committed
chore: Fixed playwright job
1 parent e88448a commit 44a3017

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Playwright tests
3030
id: test-visual
3131
run: |
32-
make tests
32+
make tests | tee output.log
3333
if grep -q -e "Error: A snapshot doesn't exist at" -e "Screenshot comparison failed" output.log; then
3434
echo "Playwright tests failed due to a snapshot issue."
3535
echo "SNAPSHOT_DIFFERENCES=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)