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 c605faf commit 1d670eeCopy full SHA for 1d670ee
.github/workflows/test-pull-request.yml
@@ -64,4 +64,11 @@ jobs:
64
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
65
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
66
DISPLAY: ":17.0"
67
- if: ${{ success() && matrix.os != 'ubuntu-latest' }}
+ if: ${{ success() && matrix.os != 'ubuntu-latest' }}
68
+ - name: Upload Screenshots
69
+ uses: actions/upload-artifact@v4
70
+ if: always()
71
+ with:
72
+ name: screenshots-${{ matrix.os }}-${{ matrix.version }}
73
+ path: ./vscode-test/test-resources/screenshots
74
+ if-no-files-found: ignore
0 commit comments