Skip to content

Commit fb4e584

Browse files
chore: pin action to v3
We want to do changes one by one, and v4 (current main) does not work without the concurrency change.
1 parent 0616e84 commit fb4e584

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/codspeed.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ jobs:
5252

5353
- name: Run benchmarks
5454
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
55-
uses: CodSpeedHQ/action@main
55+
uses: CodSpeedHQ/action@3
5656
with:
5757
mode: walltime
5858
run: |
59-
pnpm moon run tinybench-plugin:bench
60-
pnpm moon run vitest-plugin:bench
61-
pnpm moon run benchmark.js-plugin:bench
59+
pnpm moon run --concurrency 1 :bench
60+
# pnpm moon run tinybench-plugin:bench
61+
# pnpm moon run vitest-plugin:bench
62+
# pnpm moon run benchmark.js-plugin:bench
6263
pnpm --workspace-concurrency 1 -r bench-tinybench
6364
pnpm --workspace-concurrency 1 -r bench-vitest

0 commit comments

Comments
 (0)