Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit ace9d55

Browse files
committed
chore(workflow): run build and test tasks in parallel
1 parent 6d5fa98 commit ace9d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
${{ runner.os }}-gradle-
5858
5959
- name: Assemble Release
60-
run: ./gradlew assembleRelease generateDebugSymbolsRelease
60+
run: ./gradlew assembleRelease generateDebugSymbolsRelease --parallel
6161
env:
6262
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
6363
PublishToMaven: ${{ github.ref == 'refs/heads/main' }}
@@ -114,7 +114,7 @@ jobs:
114114
${{ runner.os }}-gradle-
115115
116116
- name: Run debug tests
117-
run: ./gradlew testDebug --continue
117+
run: ./gradlew testDebug --continue --parallel
118118
env:
119119
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
120120

0 commit comments

Comments
 (0)