Skip to content

Commit 9331fb8

Browse files
committed
Update test.yml
1 parent 1a870a1 commit 9331fb8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,7 @@ 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-
61+
7062
- name: Upload Screenshots
7163
uses: actions/upload-artifact@v4
7264
if: always()

0 commit comments

Comments
 (0)