Skip to content

Commit 9bfbe10

Browse files
authored
Update test.yml
1 parent 228a21d commit 9bfbe10

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,16 @@ jobs:
221221
- *setup-node
222222
- *install-dependencies
223223
- *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+
run: |
231+
find /tmp -type d -name screenshots || true
232+
find /tmp -type f -name '*.png' || true
233+
shell: bash
224234
- name: Print github.workspace and list screenshot folders
225235
if: always()
226236
run: |

0 commit comments

Comments
 (0)