Skip to content

Commit

Permalink
Finish bridging benchmarks to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed May 4, 2023
1 parent 6d9a4e3 commit 03c1995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Build Control
run: |
git checkout ${{ github.event.pull_request.base.sha }}
yarn install --frozen-lockfile
yarn ember build --env production --suppress-sizes --output-path control-dist
pnpm install --frozen-lockfile
pnpm ember build --env production --suppress-sizes --output-path control-dist
- name: Build Experiment
run: |
git checkout ${{ github.sha }}
Expand Down

0 comments on commit 03c1995

Please sign in to comment.