File tree Expand file tree Collapse file tree 2 files changed +60
-17
lines changed Expand file tree Collapse file tree 2 files changed +60
-17
lines changed Original file line number Diff line number Diff line change 6
6
description : ' Test Branch'
7
7
required : true
8
8
default : ' main'
9
- steps :
10
- - uses : actions/checkout@v4
11
- with :
12
- ref : ${{github.event.inputs.branch}}
13
- - uses : actions/setup-java@v4
14
- with :
15
- java-version : ' 17'
16
- distribution : ' temurin'
9
+ jobs :
10
+ test :
11
+ name : Deploy package
12
+ timeout-minutes : 30
13
+ continue-on-error : true
14
+ runs-on : ' ubuntu-latest'
15
+ steps :
16
+ - uses : actions/checkout@v4
17
+ with :
18
+ ref : ${{github.event.inputs.branch}}
19
+ - uses : actions/setup-java@v4
20
+ with :
21
+ java-version : ' 17'
22
+ distribution : ' temurin'
17
23
18
- - name : Setup Gradle
19
- uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
24
+ - name : Setup Gradle
25
+ uses : gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
20
26
21
- - name : Build with Gradle
22
- run : ./gradlew build
27
+ - name : Build with Gradle
28
+ run : ./gradlew build
23
29
24
- - name : Upload build artifacts
25
- uses : actions/upload-artifact@v4
26
- with :
27
- name : Package
28
- path : build/libs
30
+ - name : Upload build artifacts
31
+ uses : actions/upload-artifact@v4
32
+ with :
33
+ name : Package
34
+ path : build/libs
You can’t perform that action at this time.
0 commit comments