瀏覽代碼

Fix the build

Mario Danic 8 年之前
父節點
當前提交
de29418a76
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -9,14 +9,14 @@ pipeline:
       - ./gradlew assembleDebug
       # run all the local unit tests of app module
       - ./gradlew :testGenericDebugUnitTest
-      - ./gradlew :testCustomDebugUnitTest
+      - ./gradlew :testModifiedDebugUnitTest
       # run all the instrumented tests of app module - DISABLED until we get an stable setup for Espresso in Travis
       # - ./gradlew connectedDebugAndroidTest --info
       # install app, then assemble and install instrumented tests of app module
       - ./gradlew :installGenericDebug
-      - ./gradlew :installCustomDebug
+      - ./gradlew :installModifiedDebug
       - ./gradlew :installGenericDebugAndroidTest
-      - ./gradlew :installCustomDebugAndroidTest
+      - ./gradlew :installModifiedDebugAndroidTest
       # run sample instrumented unit test
       # TODO fails because test runner is not available
       #- adb shell am instrument -w -e debug false -e class com.owncloud.android.datamodel.OCFileUnitTest com.owncloud.android.test/android.support.test.runner.AndroidJUnitRunner