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.
2 parents 9c9f8d7 + 1bc7128 commit db360a7Copy full SHA for db360a7
.github/workflows/test.yml
@@ -58,3 +58,10 @@ jobs:
58
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
59
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
60
DISPLAY: ":17.0"
61
+ - name: Upload Screenshots
62
+ uses: actions/upload-artifact@v4
63
+ if: always()
64
+ with:
65
+ name: screenshots-${{ matrix.os }}-${{ matrix.version }}
66
+ path: ./vscode-test/test-resources/screenshots
67
+ if-no-files-found: ignore
0 commit comments