Created
June 18, 2023 14:12
-
-
Save tugceaktepe/6e050537640032451cb3363ad4e1a003 to your computer and use it in GitHub Desktop.
instrumentedTests job in gitlab-ci.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instrumentedTests: | |
stage: uiTest | |
script: | |
- ./gradlew connectedDebugAndroidTest | |
tags: | |
- <gitlab-linux-runner-tag> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment