File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,12 @@ jobs:
39
39
uses : actions/upload-artifact@v4
40
40
with :
41
41
name : visual-test-results
42
- path : |
43
- packages/**/visual-tests/__screenshots__/
44
- packages/**/visual-tests/playwright-report/
45
- packages/**/visual-tests/test-results/
42
+ path : packages/**/visual-tests/test-results/
46
43
47
44
- name : Generate summary for visual test results
48
45
if : failure()
49
46
run : |
50
47
echo "## ❌ Visual Regression Tests Failed" >> $GITHUB_STEP_SUMMARY
51
48
echo "- Commit: [${GITHUB_SHA}](https://github.com/${{ github.repository }}/commit/${GITHUB_SHA})" >> $GITHUB_STEP_SUMMARY
52
- echo "- 📸 Snapshot diffs and Playwright report saved to artifact: \`visual-test-results\`" >> $GITHUB_STEP_SUMMARY
49
+ echo "- 📸 Playwright test results saved to artifact: \`visual-test-results\`" >> $GITHUB_STEP_SUMMARY
53
50
echo "- Download it from the **Artifacts** section below to review failures." >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments