Skip to content

Commit

Permalink
Test with non-master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Aug 5, 2024
1 parent 3f4d6d3 commit c29fcf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automation-trigger-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
path: qa
repository: BranchMetrics/qentelli-saas-sdk-testing-automation
token: ${{ secrets.BRANCHLET_ACCESS_TOKEN_PUBLIC }}
ref: b4042d0281b94c539afa835c0b590901d16446fb
# repo's gradle is configured to run on java 11
- name: Setup java 11 for gradle
uses: actions/setup-java@v3
Expand All @@ -46,6 +47,8 @@ jobs:
echo "::add-mask::$parsed"
echo "APP_URL=$parsed" >> "$GITHUB_ENV"
- name: Execute automation tests for Android RN app
env:
IS_RN_APP: true
run: |
cd qa
echo "APP_URL=$parsed" >> "$GITHUB_ENV"
Expand Down

0 comments on commit c29fcf8

Please sign in to comment.