Skip to content

Commit

Permalink
Upload dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 29, 2024
1 parent 612eae4 commit b738d57
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,14 @@ jobs:
run: dotnet ${{ github.workspace }}/bin/${{ matrix.framework }}/MASES.EntityFrameworkCore.KNet.Test.Benchmark.dll ${{ github.workspace }}/bin/${{ matrix.framework }}/Benchmark.KNetStreams.Buffered.json localhost:9092
env:
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ONLINE }}


- uses: actions/upload-artifact@v4
if: failure()
with:
name: KEFCore_Client_Crash_ubuntu-latest_${{ matrix.framework }}_${{ matrix.jdk_vendor }}_${{ matrix.jdk_version }}
path: ${{ github.workspace }}/**/hs_err_*
retention-days: 7

execute_tests_other:
needs: build_windows
strategy:
Expand Down Expand Up @@ -268,6 +275,13 @@ jobs:
path: ${{ github.workspace }}/logfiles/
retention-days: 7

- uses: actions/upload-artifact@v4
if: failure()
with:
name: KEFCore_Client_Crash_${{ matrix.os }}_${{ matrix.framework }}_${{ matrix.jdk_vendor }}_${{ matrix.jdk_version }}
path: ${{ github.workspace }}/**/hs_err_*
retention-days: 7

final_cleanup:
needs: [ execute_tests_linux, execute_tests_other ]
if: "always()"
Expand Down

0 comments on commit b738d57

Please sign in to comment.