Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilchrist-ledger committed Apr 19, 2022
1 parent ce7d938 commit b3d3bb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/detox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ jobs:
# disable-animations: true
script: |
$ANDROID_HOME/platform-tools/adb devices
# adb logcat -c
# adb logcat *:E &
yarn e2e:test -c android.staging --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# yarn start & yarn detox test -c android.debug --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
# mkdir ./temp
# curl -f -o ./temp/test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk
# adb install ./temp/test-butler-app.apk || adb install ./e2e/test-butler-app.apk
# mkdir ./temp
# curl -f -o ./temp/test-butler-app.apk https://repo1.maven.org/maven2/com/linkedin/testbutler/test-butler-app/2.2.1/test-butler-app-2.2.1.apk
# adb install ./temp/test-butler-app.apk || adb install ./e2e/test-butler-app.apk
# adb logcat -c
# adb logcat *:E &

# - name: Run Android tests (with Test Butler)
# if: steps.avd-cache.outputs.cache-hit == 'true'
Expand Down

0 comments on commit b3d3bb5

Please sign in to comment.