Skip to content

Commit

Permalink
Remove tmate, adjust file path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Sep 25, 2023
1 parent 905b180 commit e903857
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 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 Expand Up @@ -124,12 +118,6 @@ jobs:
with:
ARTIFACT_NAME: delta-apk-${{ steps.getDeltaRef.outputs.DELTA_REF }}

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

runTestsInAWS:
runs-on: ubuntu-latest
needs: [buildBaseline, buildDelta]
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ platform :android do
desc "Generate a new local APK for e2e testing"
lane :build_e2e do
ENV["ENVFILE"]="tests/e2e/.env.e2e"
ENV["ENTRY_FILE"]="src/libs/E2E/reactNativeLaunchingTest.js"
ENV["ENTRY_FILE"]="../src/libs/E2E/reactNativeLaunchingTest.js"
ENV["E2E_TESTING"]="true"

# Test if the entry file exists, otherwise fail early. If its there, log that we are good to proceed
Expand Down

0 comments on commit e903857

Please sign in to comment.