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

Commit

Permalink
relogging android goings-on
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilchrist-ledger committed Apr 20, 2022
1 parent 68b5faf commit ad7b25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/detox-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
ram-size: 2048
# disable-animations: true
script: |
adb logcat -c
adb logcat *:E &
$ANDROID_HOME/platform-tools/adb devices
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
Expand Down
6 changes: 1 addition & 5 deletions e2e/setup.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import { execSync } from "child_process";
import * as bridge from "./bridge/server";

beforeAll(async () => {
// console.log("==============> LAUNCH APP BEFORE ALL");
// await device.launchApp({ newInstance: true });

beforeAll(() => {
console.log("==============> STARTING BRIDGE INIT");
bridge.init();
// await device.launchApp();

console.log("==============> SETTING UP DEMO MODE");
setupDemoModeForScreenshots();
Expand Down

0 comments on commit ad7b25b

Please sign in to comment.