Skip to content

Commit

Permalink
fix: benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Oct 28, 2023
1 parent 12f83cb commit a6af017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Bootstrap dependencies
run: npm run build && npm run bootstrap
run: npm run bootstrap && npm run build

- name: Run benchmark
run: cd benchmark && npm start

0 comments on commit a6af017

Please sign in to comment.