提交 a41e4ee7 创建 作者: 宋海霞's avatar 宋海霞

更新 .gitlab-ci.yml

上级 79eb6ea0
流水线 #119308 已通过 于阶段
用时 6 分 49 秒
...@@ -48,7 +48,7 @@ case1: ...@@ -48,7 +48,7 @@ case1:
stage: case1 stage: case1
<<: *codecode-runner <<: *codecode-runner
script: script:
- ./gradlew assembleDebug --offline - ./gradlew assembleDebug --offline --build-cache
- > - >
echo echo
...@@ -68,7 +68,7 @@ case1: ...@@ -68,7 +68,7 @@ case1:
- sleep 3; adb shell input keyevent 66 - sleep 3; adb shell input keyevent 66
- adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS - adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
# - ./gradlew cAT --offline # - ./gradlew cAT --offline
- ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.example.mysecondapp.ExampleInstrumentedTest#useAppContext --offline - ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.example.mysecondapp.ExampleInstrumentedTest#useAppContext --offline --build-cache
- > - >
echo echo
...@@ -78,7 +78,7 @@ case1: ...@@ -78,7 +78,7 @@ case1:
echo "===========================================" echo "==========================================="
- ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.example.mysecondapp.ExampleKotlinTest#useEspressoTest --offline - ./gradlew app:connectedAndroidTest -P android.testInstrumentationRunnerArguments.class=com.example.mysecondapp.ExampleKotlinTest#useEspressoTest --offline --build-cache
- > - >
echo echo
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论