mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Print dependency report if failure
This commit is contained in:
parent
57a88be559
commit
9617da39ab
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macOS-latest, windows-2016]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
java: [ '11', '11.0.3', '15', '15.0.5']
|
||||
name: Test Java ${{ matrix.Java }}, ${{ matrix.os }}
|
||||
steps:
|
||||
@ -35,3 +35,8 @@ jobs:
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Print Dependency Verification Report
|
||||
if: ${{ failure() }}
|
||||
run: cat build/reports/dependency-verification/*/*.html
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user