From 16177eff56dfae34dd8443ef1a42cdd7cafeecde Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Fri, 10 Mar 2023 20:45:59 +0530 Subject: [PATCH] ci: Updated the path to download the artifact in perf-test.yml (#21339) ## Description - Updated the path to download the artifact 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/perf-test.yml b/.github/workflows/perf-test.yml index 64c40b92a7..7457c46506 100644 --- a/.github/workflows/perf-test.yml +++ b/.github/workflows/perf-test.yml @@ -117,8 +117,10 @@ jobs: uses: actions/download-artifact@v3 with: name: cicontainer + path: app/client - name: Load Docker image from tar file + working-directory: "." run: | gunzip cicontainer.tar.gz docker load -i cicontainer.tar