Skip to content

Commit

Permalink
dump files
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Nov 30, 2023
1 parent 99a7001 commit f810e84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,16 @@ jobs:
with:
name: manifold_java_bindings_mac_${{matrix.parallel_backend}}_${{env.JAVA_PACKAGE_VERSION}}
path: bindings/java/target/*.jar
- name: Upload Surefire Reports
if: failure() # This step will run only if the previous steps failed
uses: actions/upload-artifact@v2
with:
name: surefire-reports
path: |
/Users/runner/work/manifold/manifold/bindings/java/target/surefire-reports
/Users/runner/work/manifold/manifold/bindings/java/target/*.dump
/Users/runner/work/manifold/manifold/bindings/java/target/*-jvmRun*.dump
/Users/runner/work/manifold/manifold/bindings/java/target/*.dumpstream
# build_nix:
# timeout-minutes: 30
Expand Down

0 comments on commit f810e84

Please sign in to comment.