Skip to content

Commit 5eb3d86

Browse files
committed
a bit more debugging around free space on drives
1 parent 9e1e98d commit 5eb3d86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
./otel_sdk_build.cmd minimal
8181
./otel_sdk_build.cmd shutdown
8282
- run: |
83+
cmd /c "dir c:\ || echo swallowing errors"
84+
cmd /c "dir d:\ || echo swallowing errors"
8385
cmd /c "dir c:\d || echo swallowing errors"
8486
Dismount-VHD -Path "c:/d.vhdx" -Verbose
8587
ls c:/d.vhdx
@@ -101,8 +103,12 @@ jobs:
101103
path: ./*.tracing.json
102104
if-no-files-found: warn
103105
- run: ./otel_sdk_build.cmd test
106+
- run: cmd /c "dir c:\ || echo swallowing errors"
107+
- run: cmd /c "dir d:\ || echo swallowing errors"
104108
- run: ./otel_sdk_build.cmd zip
105109
- run: ./otel_sdk_build.cmd shutdown
110+
- run: cmd /c "dir c:\ || echo swallowing errors"
111+
- run: cmd /c "dir d:\ || echo swallowing errors"
106112
- run: ls c:/d.vhdx
107113
- uses: actions/upload-artifact@v4
108114
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)