We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b0610 commit 35ac1a0Copy full SHA for 35ac1a0
1 file changed
.github/workflows/e2e.yml
@@ -68,6 +68,10 @@ jobs:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
run: |
70
gh auth status
71
+ - name: List files for debugging
72
+ run: |
73
+ ls -la
74
+ pwd
75
- name: Run e2e tests and publish output to job summary
76
env:
77
0 commit comments