File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 29
29
java-version : 17
30
30
distribution : adopt
31
31
32
+ - name : Set up gradle
33
+ uses : gradle/actions/setup-gradle@v3
34
+
32
35
- name : Write google-services.json
33
36
uses : DamianReeves/write-file-action@v1.2
34
37
with :
38
41
39
42
- name : Build app
40
43
if : ${{ ! startsWith(github.ref, 'refs/tags/') && github.repository == 'komikku-app/komikku' }}
41
- uses : gradle/gradle-command-action@v2
42
- with :
43
- arguments : assembleStandardRelease -x ktlintFormat --stacktrace
44
+ run : ./gradlew assembleStandardRelease testStandardReleaseUnitTest --stacktrace
Original file line number Diff line number Diff line change 62
62
java-version : 17
63
63
distribution : adopt
64
64
65
+ - name : Set up gradle
66
+ uses : gradle/actions/setup-gradle@v3
67
+
65
68
- name : Write Version.kt
66
69
uses : DamianReeves/write-file-action@v1.2
67
70
with :
85
88
86
89
- name : Build app
87
90
if : ${{ ! startsWith(github.ref, 'refs/tags/') && github.repository == 'komikku-app/komikku' }}
88
- uses : gradle/gradle-command-action@v2
89
- with :
90
- arguments : assembleStandardRelease -x ktlintFormat --stacktrace
91
+ run : ./gradlew assembleStandardRelease testStandardReleaseUnitTest --stacktrace
91
92
92
93
- name : Sign Android Release
93
94
if : ${{ ! startsWith(github.ref, 'refs/tags/') && github.repository == 'komikku-app/komikku' }}
You can’t perform that action at this time.
0 commit comments