Skip to content

Commit

Permalink
publish test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Mar 23, 2024
1 parent 8e80f1a commit 1a55e0d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: -PnoPMU -PnoTimeProf check
continue-on-error: true
- name: Archive test report
uses: actions/upload-artifact@v4
with:
name: test-report
path: |
profiler/build/reports/**/*
check-macos-13:
runs-on: macos-13
Expand All @@ -60,6 +67,13 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: -PnoPMU -PnoTimeProf check
continue-on-error: true
- name: Archive test report
uses: actions/upload-artifact@v4
with:
name: test-report
path: |
profiler/build/reports/**/*
check-macos-11:
runs-on: macos-11
Expand All @@ -74,3 +88,10 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: -PnoPMU -PnoTimeProf check
continue-on-error: true
- name: Archive test report
uses: actions/upload-artifact@v4
with:
name: test-report
path: |
profiler/build/reports/**/*

0 comments on commit 1a55e0d

Please sign in to comment.