Combine build and test tasks in workflows
Cette révision appartient à :
Parent
2761d27aaa
révision
4be9b03ac6
2 fichiers modifiés avec 4 ajouts et 14 suppressions
9
.github/workflows/build_pull_request.yml
externe
9
.github/workflows/build_pull_request.yml
externe
|
@ -34,12 +34,7 @@ jobs:
|
|||
mkdir -p ~/.gradle
|
||||
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Build app
|
||||
- name: Build app and run unit tests
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: assembleStandardRelease
|
||||
|
||||
- name: Run unit tests
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: test
|
||||
arguments: assembleStandardRelease testStandardReleaseUnitTest
|
9
.github/workflows/build_push.yml
externe
9
.github/workflows/build_push.yml
externe
|
@ -35,15 +35,10 @@ jobs:
|
|||
mkdir -p ~/.gradle
|
||||
cp .github/runner-files/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Build app
|
||||
- name: Build app and run unit tests
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: assembleStandardRelease
|
||||
|
||||
- name: Run unit tests
|
||||
uses: gradle/gradle-command-action@v2
|
||||
with:
|
||||
arguments: test
|
||||
arguments: assembleStandardRelease testStandardReleaseUnitTest
|
||||
|
||||
# Sign APK and create release for tags
|
||||
|
||||
|
|
Référencer dans un nouveau ticket