Skip to content

Commit

Permalink
Upload dump files in github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4via committed Jul 28, 2021
1 parent 43f8e6a commit 1acd55f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
if: failure()
with:
name: surefire-reports-${{ matrix.jdk }}-${{ matrix.module }}-${{ matrix.os }}
path: '**/surefire*-reports/*.txt'
path: |
**/surefire*-reports/*.txt
**/*.dump*
test-matrix-ipv6:
name: JDK ${{ matrix.jdk }} - ipv6 - ${{ matrix.module }} ${{ matrix.proxy }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1acd55f

Please sign in to comment.