Skip to content

Commit ef45491

Browse files
authored
Adding to test.yml to debug
1 parent db360a7 commit ef45491

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
5959
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
6060
DISPLAY: ":17.0"
61+
- name: Check for screenshots
62+
run: '[ -d ./vscode-test/test-resources/screenshots ] && ls -l ./vscode-test/test-resources/screenshots || echo "No screenshots directory found"'
6163
- name: Upload Screenshots
6264
uses: actions/upload-artifact@v4
6365
if: always()

0 commit comments

Comments
 (0)