Skip to content

Commit 48c1cc2

Browse files
committed
debug upb build failure on mac
1 parent f8d6bdf commit 48c1cc2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/mac_upb_debug.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,13 @@ jobs:
3636
uses: matlab-actions/run-tests@v2
3737
with:
3838
select-by-folder: opentelemetry-matlab/test
39+
- name: Compress test results into single artifact
40+
if: always()
41+
working-directory: ${{ github.workspace }}
42+
run: tar -czf upb_failure_logs.tar.gz /Users/runner/work/OpenTelemetry-MATLAB/OpenTelemetry-MATLAB/opentelemetry-matlab/build/_deps/vcpkg-src/buildtrees/upb/
43+
- name: Upload artifacts
44+
if: always()
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: upb_failure_logs.tar.gz
48+
path: ${{ github.workspace }}/upb_failure_logs.tar.gz

0 commit comments

Comments
 (0)