Skip to content

Commit

Permalink
Upload hs_err logs to artifacts (async-profiler#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
openorclose authored Nov 8, 2024
1 parent e6a319e commit 083d85f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-and-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
if: always() # we always want to upload test logs, especially when tests fail
with:
name: test-logs-${{ matrix.runson }}
path: build/test/logs/
path: |
build/test/logs/
hs_err*.log
- name: Test macOS x64
if: ${{ matrix.runson == 'macos-14' }}
run: JAVA_HOME=$JAVA_HOME_${{ env.JAVA_VERSION }}_X64 make test
Expand All @@ -85,7 +87,9 @@ jobs:
if: matrix.runson == 'macos-14' && always()
with:
name: test-logs-macos-14-x64
path: build/test/logs/
path: |
build/test/logs/
hs_err*.log
publish-only-on-push:
if: github.event_name == 'push'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 083d85f

Please sign in to comment.