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

Commit

Permalink
changing to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilchrist-ledger committed Apr 15, 2022
1 parent 2b7971c commit 2605094
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/detox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
# run: yarn detox clean-framework-cache && yarn detox build-framework-cache

- name: Build iOS app for detox test run
run: yarn detox build -c ios.debug
run: yarn e2e:build -c ios.staging

- name: Test iOS app
timeout-minutes: 15
run: yarn start & yarn detox test -c ios.debug --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
run: yarn e2e:test -c ios.staging
# --retries 1 --reuse

- name: Upload test artifacts
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# key: avd-api-29

- name: Build Android app for Detox test run
run: yarn detox build -c android.debug
run: yarn e2e:build -c android.staging

- name: Create AVD and generate snapshot for caching
timeout-minutes: 30
Expand All @@ -153,7 +153,8 @@ jobs:
$ANDROID_HOME/platform-tools/adb devices
adb logcat -c
adb logcat *:E &
yarn start & yarn detox test -c android.debug --loglevel verbose --record-logs failing --record-timeline all --take-screenshots failing
yarn e2e:test -c android.staging
# 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
Expand Down

0 comments on commit 2605094

Please sign in to comment.