Skip to content

Commit 1d670ee

Browse files
authored
Update test-pull-request.yml
1 parent c605faf commit 1d670ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,11 @@ jobs:
6464
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
6565
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
6666
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

0 commit comments

Comments
 (0)