File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,17 @@ jobs:
2626 distribution : ' adopt'
2727 java-version : ${{ matrix.java_version }}
2828 - name : Install Android SDK
29- uses : malinskiy/action-android/install-sdk@release/0.1.3
29+ uses : malinskiy/action-android/install-sdk@release/0.1.4
30+ - name : Decrypt keystore
31+ run : ./signing/decrypt.sh
32+ env :
33+ CRYPT_PASS : ${{ secrets.CRYPT_PASS }}
3034 - name : Build project
3135 run : ./gradlew assembleDebug
3236 - name : Run tests
3337 run : ./gradlew test
3438 - name : Run instrumentation tests
35- uses : malinskiy/action-android/emulator-run-cmd@release/0.1.3
39+ uses : malinskiy/action-android/emulator-run-cmd@release/0.1.4
3640 with :
3741 cmd : ./gradlew cAT --continue
3842 api : 28
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4848 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
4949
50- androidTestImplementation ' com.github.AppDevNext:Moka:1.3 '
50+ androidTestImplementation ' com.github.AppDevNext:Moka:1.4 '
5151 androidTestImplementation " androidx.test.espresso:espresso-core:$espresso_core "
5252 androidTestImplementation ' androidx.test:rules:1.4.0'
5353 androidTestImplementation " androidx.test:runner:$runnerVersion "
You can’t perform that action at this time.
0 commit comments