From a10532f82857efce4a2798a9c7961d6b3ea199fb Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:49:15 +0530 Subject: [PATCH] ci: Fixing the working directory in perf-test.yml (#21341) ## Description - Fixing the working directory in perf-test.yml ## Type of change - perf-test.yml ## How Has This Been Tested? - Manual ## 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/perf-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/perf-test.yml b/.github/workflows/perf-test.yml index 7457c46506..6e7da86d4d 100644 --- a/.github/workflows/perf-test.yml +++ b/.github/workflows/perf-test.yml @@ -117,7 +117,6 @@ jobs: uses: actions/download-artifact@v3 with: name: cicontainer - path: app/client - name: Load Docker image from tar file working-directory: "."