Skip to content

Commit 8f29128

Browse files
committed
debug 1
1 parent 8a2f1c6 commit 8f29128

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@ jobs:
8585
oss-fuzz-project-name: 'curl'
8686
fuzz-seconds: 120
8787
dry-run: false
88+
89+
- name: What is on the disk (pwd)
90+
run: |
91+
echo '---------------------'
92+
pwd
93+
find . -type d
94+
echo '---------------------'
95+
96+
- name: What is on the disk (home)
97+
run: |
98+
echo '---------------------'
99+
find ~ -type d
100+
echo '---------------------'
101+
88102
- name: Upload Crash
89103
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
90104
if: ${{ failure() }}

0 commit comments

Comments
 (0)