Summary
Jobs
common
spotless
gradle-wrapper-validation
license-check
assemble
test (8, hotspot, windows-2022, 1)
test (8, hotspot, windows-2022, 2)
test (8, hotspot, windows-2022, 3)
test (8, hotspot, windows-2022, 4)
test (8, hotspot, windows-2022, 5)
test (8, hotspot, windows-2022, 6)
test (8, hotspot, windows-2022, 7)
test (8, hotspot, windows-2022, 8)
test (8, hotspot, windows-2022, 9)
test (8, hotspot, windows-2022, 10)
test (8, hotspot, windows-2022, 11)
test (8, hotspot, windows-2022, 12)
test (8, hotspot, windows-2022, 13)
test (8, hotspot, windows-2022, 14)
test (8, hotspot, windows-2022, 15)
test (8, hotspot, windows-2022, 16)
test (8, hotspot, windows-2022, 17)
test (8, hotspot, windows-2022, 18)
test (8, hotspot, windows-2022, 19)
test (8, hotspot, windows-2022, 20)
test (8, hotspot, windows-2022, 21)
test (8, hotspot, windows-2022, 22)
test (8, hotspot, windows-2022, 23)
test (8, hotspot, windows-2022, 24)
test (8, hotspot, windows-2022, 25)
test (8, hotspot, windows-2022, 26)
test (8, hotspot, windows-2022, 27)
test (8, hotspot, windows-2022, 28)
test (8, hotspot, windows-2022, 29)
test (8, hotspot, windows-2022, 30)
test (8, hotspot, windows-2022, 31)
test (8, hotspot, windows-2022, 32)
test (8, hotspot, windows-2022, 33)
test (8, hotspot, windows-2022, 34)
test (8, hotspot, windows-2022, 35)
test (8, hotspot, windows-2022, 36)
test (8, hotspot, windows-2022, 37)
test (8, hotspot, windows-2022, 38)
test (8, hotspot, windows-2022, 39)
test (8, hotspot, windows-2022, 40)
test (8, hotspot, windows-2022, 41)
test (8, hotspot, windows-2022, 42)
test (8, hotspot, windows-2022, 43)
test (8, hotspot, windows-2022, 44)
test (8, hotspot, windows-2022, 45)
test (8, hotspot, windows-2022, 46)
test (8, hotspot, windows-2022, 47)
test (8, hotspot, windows-2022, 48)
test (8, hotspot, windows-2022, 49)
test (8, hotspot, windows-2022, 50)
required-status-check
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name : Build
on :
push :
branches :
- main
pull_request :
workflow_dispatch :
concurrency :
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress : true
jobs :
common :
uses : ./.github/workflows/build-common.yml
required-status-check :
needs :
- common
runs-on : ubuntu-latest
if : always()
steps :
- if : needs.common.result != 'success'
run : exit 1
You can’t perform that action at this time.