ci: Use yarn3 in perf tests (#24065)
Co-authored-by: Satish Gandham <hello@satishgandham.com>
This commit is contained in:
parent
b32bb78ef2
commit
66d67241d7
2
.github/workflows/perf-test-v2.yml
vendored
2
.github/workflows/perf-test-v2.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user