Skip to content

Commit

Permalink
Fixed References.
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Apr 4, 2024
1 parent d07796d commit adaa8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/appium-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
path: sdk
ref: ${{ github.ref }}
# point to automation master branch by default
- name: Checkout Master SDK repo with testbed app for Reinstallation tests
uses: actions/checkout@v3
Expand All @@ -33,7 +34,7 @@ jobs:
with:
path: qa
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
ref: ${{ github.ref }}
ref: ReinstallationTestsAndroid
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
# repo's gradle is configured to run on java 17
- name: Setup java for gradle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ protected void onCreate(Bundle savedInstanceState) {

trackingCntrlBtn.setChecked(Branch.getInstance().isTrackingDisabled());
trackingCntrlBtn.setOnCheckedChangeListener((buttonView, isChecked) -> Branch.getInstance().disableTracking(isChecked));

// Common.getInstance().clearLog();


/*LinkProperties lp = new LinkProperties()
.setChannel("facebook")
Expand Down

0 comments on commit adaa8f9

Please sign in to comment.