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 db360a7 commit ef45491Copy full SHA for ef45491
.github/workflows/test.yml
@@ -58,6 +58,8 @@ 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: Check for screenshots
62
+ run: '[ -d ./vscode-test/test-resources/screenshots ] && ls -l ./vscode-test/test-resources/screenshots || echo "No screenshots directory found"'
63
- name: Upload Screenshots
64
uses: actions/upload-artifact@v4
65
if: always()
0 commit comments