Skip to content

Commit 51ea863

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 51ea863

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run benchmarks
2727
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
28-
uses: CodSpeedHQ/action@main
28+
uses: CodSpeedHQ/action@v3
2929
with:
3030
mode: instrumentation
3131
run: |
@@ -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@v3
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)