Skip to content

Commit 1a870a1

Browse files
committed
Merge branch 'yugp-saveScreenshots' of https://github.com/mathworks/MATLAB-extension-for-vscode into yugp-saveScreenshots
2 parents 46c00c9 + 6aae231 commit 1a870a1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,19 @@ 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: Show current working directory and contents
62+
run: |
63+
echo "Current working directory:"
64+
pwd
65+
echo "Top-level directory contents:"
66+
ls -la
67+
echo "Contents of .vscode-test/test-resources/screenshots (if exists):"
68+
ls -la .vscode-test/test-resources/screenshots || echo "No screenshots directory found"
69+
6170
- name: Upload Screenshots
6271
uses: actions/upload-artifact@v4
6372
if: always()
6473
with:
6574
name: screenshots-${{ matrix.os }}-${{ matrix.version }}
66-
path: ./vscode-test/test-resources/screenshots
75+
path: .vscode-test/test-resources/screenshots
6776
if-no-files-found: ignore

0 commit comments

Comments
 (0)