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
This commit is contained in:
parent
16177eff56
commit
a10532f828
1
.github/workflows/perf-test.yml
vendored
1
.github/workflows/perf-test.yml
vendored
|
|
@ -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: "."
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user