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 dea631a commit 22490e8Copy full SHA for 22490e8
1 file changed
.github/workflows/benchmarks.yml
@@ -185,14 +185,14 @@ jobs:
185
working-directory: bench-base
186
env:
187
PLAYWRIGHT_BROWSERS_PATH: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
188
- run: pnpm run benchmark
+ run: env -u CI pnpm run benchmark
189
190
- name: Run benchmarks (head)
191
if: steps.pr.outputs.same_repo == 'true'
192
working-directory: bench-head
193
194
195
196
197
- name: Upload benchmark artifacts
198
0 commit comments