Skip to content

Commit 21afa9c

Browse files
fix(workflow): updated the test.yaml
1 parent d60ccc3 commit 21afa9c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/visual-tests.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
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/
4643

4744
- name: Generate summary for visual test results
4845
if: failure()
4946
run: |
5047
echo "## ❌ Visual Regression Tests Failed" >> $GITHUB_STEP_SUMMARY
5148
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
5350
echo "- Download it from the **Artifacts** section below to review failures." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)