Skip to content

Commit

Permalink
Updated ref for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Apr 26, 2024
1 parent 286f42a commit b43ceba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appium-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ !( github.ref == 'refs/heads/master')}}
with:
path: previousVersionSDK
ref: Test-Automation-Improvements/c16c3297fffff4ce9937e4186fec84d779c328b5
ref: Test-Automation-Improvements
- name: Checkout qa automation
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Branch-SDK-Automation-TestBed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
debug {
keyAlias System.getenv("SIGNING_KEY_ALIAS")
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
storeFile= file("Branch-SDK-Automation-TestBed/automationSigningKeys.jks")
storeFile file("Branch-SDK-Automation-TestBed/automationSigningKeys.jks")
storePassword System.getenv("SIGNING_STORE_PASSWORD")
}
}
Expand Down

0 comments on commit b43ceba

Please sign in to comment.