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 228a21d commit 9bfbe10Copy full SHA for 9bfbe10
.github/workflows/test.yml
@@ -221,6 +221,16 @@ jobs:
221
- *setup-node
222
- *install-dependencies
223
- *run-ui-tests
224
+ - name: List all files and folders for debugging
225
+ run: |
226
+ echo "Listing everything under workspace:"
227
+ find ${{ github.workspace }} -print
228
+ shell: bash
229
+ - name: List possible screenshots in /tmp
230
231
+ find /tmp -type d -name screenshots || true
232
+ find /tmp -type f -name '*.png' || true
233
234
- name: Print github.workspace and list screenshot folders
235
if: always()
236
run: |
0 commit comments