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 1a870a1 commit 9331fb8Copy full SHA for 9331fb8
.github/workflows/test.yml
@@ -58,15 +58,7 @@ 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: 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
-
+
70
- name: Upload Screenshots
71
uses: actions/upload-artifact@v4
72
if: always()
0 commit comments