Skip to content

Commit f2d4037

Browse files
committed
chore(ci): add CODSPEED_DEBUG in node-versions matrix
1 parent e61ff09 commit f2d4037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ jobs:
102102
run: pnpm --filter ${{ matrix.example }} bench-tinybench
103103
env:
104104
CODSPEED_SKIP_UPLOAD: true
105+
CODSPEED_DEBUG: true
105106
- name: Run benchmarks with benchmark.js-plugin
106107
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
107108
uses: CodSpeedHQ/action@main
108109
with:
109110
run: pnpm --filter ${{ matrix.example }} bench-benchmark-js
110111
env:
111112
CODSPEED_SKIP_UPLOAD: true
113+
CODSPEED_DEBUG: true

0 commit comments

Comments
 (0)