From 748aa87e6ba66d5e3b284506835244ae8b89c64e Mon Sep 17 00:00:00 2001 From: NidhiDixit09 <93544270+NidhiDixit09@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:40:14 -0700 Subject: [PATCH] Updated workflow branch references for running Appium tests. These will be reverted back before merging into master. --- .github/workflows/appium-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/appium-automation.yml b/.github/workflows/appium-automation.yml index 7f4e1087e..fe3279a88 100644 --- a/.github/workflows/appium-automation.yml +++ b/.github/workflows/appium-automation.yml @@ -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