Skip to content

Commit

Permalink
Archive test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Apr 14, 2024
1 parent 2594772 commit ab7d64c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
./gradlew -status
./gradlew -stop
- name: Archive test reports for ${{ runner.os }}
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-reports-${{ runner.os }}
path: "**/build/reports/tests/*/**"

- name: Archive native package for ${{ runner.os }}
uses: actions/upload-artifact@v4
if: ${{ env.DEFAULT_JAVA == matrix.java }}
Expand Down

0 comments on commit ab7d64c

Please sign in to comment.