File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 64
64
MLM_WEB_ID : ${{secrets.MLM_WEB_ID}}
65
65
MLM_WEB_USER_CRED : ${{secrets.MLM_WEB_USER_CRED}}
66
66
DISPLAY : " :17.0"
67
- if : ${{ success() && matrix.os != 'ubuntu-latest' }}
67
+ 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
Original file line number Diff line number Diff line change 58
58
MLM_WEB_ID : ${{secrets.MLM_WEB_ID}}
59
59
MLM_WEB_USER_CRED : ${{secrets.MLM_WEB_USER_CRED}}
60
60
DISPLAY : " :17.0"
61
+
62
+ - name : Upload Screenshots
63
+ uses : actions/upload-artifact@v4
64
+ if : always()
65
+ with :
66
+ name : screenshots-${{ matrix.os }}-${{ matrix.version }}
67
+ path : .vscode-test/test-resources/screenshots
68
+ if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments