[ci][ez] use yarn --cwd

Run yarn install via `--cwd` instead of `working-directory` to make the labels clearer
This commit is contained in:
Lauren Tan
2025-03-17 14:07:09 -04:00
parent 4eaaba2003
commit ff2d1ec372
6 changed files with 10 additions and 22 deletions
@@ -84,10 +84,7 @@ jobs:
- name: Ensure clean build directory
run: rm -rf build
- run: yarn install --frozen-lockfile
name: yarn install (react)
- run: yarn install --frozen-lockfile
name: yarn install (scripts/release)
working-directory: scripts/release
- run: yarn --cwd scripts/release install --frozen-lockfile
- name: Download artifacts for base revision
run: |
GH_TOKEN=${{ github.token }} scripts/release/download-experimental-build.js --commit=${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}