ci: Use yarn3 in perf tests (#24065)

Co-authored-by: Satish Gandham <hello@satishgandham.com>
This commit is contained in:
Satish Gandham 2023-06-06 11:38:55 +05:30 committed by GitHub
parent b32bb78ef2
commit 66d67241d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ jobs:
if: steps.run_result.outputs.run_result != 'success'
working-directory: perf
shell: bash
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Change test script permissions
if: steps.run_result.outputs.run_result != 'success'