From 200014965a3fca60c2579e6e5bfc4526fc0d9393 Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:38:04 +0530 Subject: [PATCH] ci: Specifying the branch name to pull from ci-oldstack in ci-test.yml (#20863) ## Description - Specifying the branch name to pull from ci-oldstack in ci-test.yml ## Type of change - ci-test.yml ## How Has This Been Tested? - Cypress ## Checklist: ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --- .github/workflows/ci-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 64257f5d21..c5b66c5c23 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -171,6 +171,7 @@ jobs: - name: Download the oldstack uses: actions/checkout@v3 with: + ref: main repository: appsmithorg/ci-oldstack token: ${{ secrets.CYPRESS_GITHUB_PERSONAL_ACCESS_TOKEN }} submodules: 'recursive'