Skip to content

Commit

Permalink
Trying to capture Windows CI crash info
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Aug 27, 2024
1 parent 6bbdf6d commit e27cac1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ jobs:
shell: bash
run: cmake --build build --config $BUILD_TYPE --target test-jnigen

- name: Upload JDK crashes
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: JNI_Crash_Logs
path: |
tests/build/hs_*.log
tests/build/hs_*.mdmp
android:
runs-on: ubuntu-latest

Expand Down

0 comments on commit e27cac1

Please sign in to comment.