Skip to content

Commit 35ac1a0

Browse files
committed
chore: add debugging step to list files and current directory in e2e workflow
1 parent 74b0610 commit 35ac1a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
run: |
7070
gh auth status
71+
- name: List files for debugging
72+
run: |
73+
ls -la
74+
pwd
7175
- name: Run e2e tests and publish output to job summary
7276
env:
7377
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)