File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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/') }}
You can’t perform that action at this time.
0 commit comments