We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478eb18 commit 9ff7304Copy full SHA for 9ff7304
.github/workflows/ci.yml
@@ -66,16 +66,16 @@ jobs:
66
- run: pnpm install --frozen-lockfile --prefer-offline
67
- run: pnpm moon run :build
68
69
- - name: Run benchmarks on tinybench-plugin
+ - name: Run benchmarks with tinybench-plugin
70
if: matrix.skip-tinybench != true
71
uses: CodSpeedHQ/action@feat/node-script
72
with:
73
run: pnpm moon run tinybench-plugin:bench
74
env:
75
- SKIP_UPLOAD: true
76
- - name: Run benchmarks on benchmark.js-plugin
+ CODSPEED_SKIP_UPLOAD: true
+ - name: Run benchmarks with benchmark.js-plugin
77
78
79
run: pnpm moon run benchmark.js-plugin:bench
80
81
0 commit comments