mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
GitHub Actions: Upload test results as artifacts.
This commit is contained in:
parent
7c31dcbf99
commit
713e23027b
1 changed files with 8 additions and 0 deletions
8
.github/workflows/gradle.yml
vendored
8
.github/workflows/gradle.yml
vendored
|
@ -21,3 +21,11 @@ jobs:
|
|||
java-version: ${{ matrix.java }}
|
||||
- name: Build with Gradle
|
||||
run: gradle build --stacktrace
|
||||
- name: Upload Test Results and Reports
|
||||
uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
with:
|
||||
name: bitcoinj-core-test-results-jdk${{ matrix.java }}-${{ matrix.os }}
|
||||
path: |
|
||||
core/build/reports/tests/test/
|
||||
core/build/test-results/test/
|
||||
|
|
Loading…
Add table
Reference in a new issue