Skip to content

Commit

Permalink
Updated workflow branch references for running Appium tests. These wi…
Browse files Browse the repository at this point in the history
…ll be reverted back before merging into master.
  • Loading branch information
NidhiDixit09 committed Apr 24, 2024
1 parent e8f0623 commit 748aa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appium-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
if: ${{ !( github.ref == 'refs/heads/master')}}
with:
path: previousVersionSDK
ref: master
ref: Improvements
- name: Checkout qa automation
uses: actions/checkout@v3
with:
path: qa
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
ref: ReinstallationTestsAndroid
ref: Improvements
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
# repo's gradle is configured to run on java 17
- name: Setup java for gradle
Expand Down

0 comments on commit 748aa87

Please sign in to comment.