Skip to content

Commit c40832c

Browse files
authored
Update test.yml
1 parent f5941f1 commit c40832c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,10 @@ jobs:
235235
name: screenshots-macos-${{ matrix.version }}
236236
path: ${{ github.workspace }}/s/screenshots
237237
if-no-files-found: ignore
238+
- name: Upload entire workspace for debugging
239+
if: always()
240+
uses: actions/upload-artifact@v4
241+
with:
242+
name: full-workspace-${{ matrix.version }}
243+
path: ${{ github.workspace }}
244+
if-no-files-found: warn

0 commit comments

Comments
 (0)