Skip to content

Commit

Permalink
jMonkeyEngine#2279 Try to understand jme crash
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTingle committed Jun 7, 2024
1 parent 2739294 commit 4876587
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
with:
name: screenshot-test-report
path: '**/jme3-screenshot-tests/build/reports/**'
- name: Upload error logs
if: always() # Ensures this step runs even if previous steps fail
uses: actions/upload-artifact@v3
with:
name: hs_err_logs
path: /home/runner/work/jmonkeyengine/jmonkeyengine/jme3-screenshot-tests/hs_err_pid*.log
# Build the natives on android
BuildAndroidNatives:
name: Build natives for android
Expand Down

0 comments on commit 4876587

Please sign in to comment.