Skip to content

Commit

Permalink
Remove more debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 26, 2023
1 parent b769d37 commit 7539d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
with:
ARTIFACT_NAME: baseline-apk-${{ steps.getMostRecentRelease.outputs.VERSION }}

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

buildDelta:
runs-on: ubuntu-latest-xl
name: Build apk from delta ref
Expand Down
6 changes: 2 additions & 4 deletions tests/e2e/config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ module.exports = {
WARM_UP_RUNS: 1,
RUNS: 8,
APP_PATHS: {
// baseline: './android/app/build/outputs/apk/e2e/release/app-e2e-release.apk',
baseline: './android/app/build/outputs/apk/development/debug/app-development-debug.apk',
// compare: './android/app/build/outputs/apk/e2e/release/app-e2e-release.apk',
compare: './android/app/build/outputs/apk/development/debug/app-development-debug.apk',
baseline: './android/app/build/outputs/apk/e2e/release/app-e2e-release.apk',
compare: './android/app/build/outputs/apk/e2e/release/app-e2e-release.apk',
},
};

0 comments on commit 7539d7b

Please sign in to comment.