Loading .gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,8 @@ cache: test: script: # - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) # - ./gradlew check connectedCheck - ./gradlew check - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) - ./gradlew check connectedCheck artifacts: paths: - build/outputs/lint-results-debug.html Loading Loading
.gitlab-ci.yml +2 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,8 @@ cache: test: script: # - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) # - ./gradlew check connectedCheck - ./gradlew check - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) - ./gradlew check connectedCheck artifacts: paths: - build/outputs/lint-results-debug.html Loading