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 723047d commit 29c022bCopy full SHA for 29c022b
.github/workflows/test.yml
@@ -226,4 +226,5 @@ jobs:
226
uses: actions/upload-artifact@v4
227
with:
228
name: screenshots
229
- path: ${{ github.workspace }}/**/screenshots
+ path: .vscode-test/test-resources/screenshots
230
+ if-no-files-found: ignore
0 commit comments