We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5941f1 commit c40832cCopy full SHA for c40832c
.github/workflows/test.yml
@@ -235,3 +235,10 @@ jobs:
235
name: screenshots-macos-${{ matrix.version }}
236
path: ${{ github.workspace }}/s/screenshots
237
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