Skip to content

Commit 22490e8

Browse files
Marcus PousetteMarcus Pousette
authored andcommitted
fix(ci): run raw browser benchmarks
1 parent dea631a commit 22490e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,14 @@ jobs:
185185
working-directory: bench-base
186186
env:
187187
PLAYWRIGHT_BROWSERS_PATH: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
188-
run: pnpm run benchmark
188+
run: env -u CI pnpm run benchmark
189189

190190
- name: Run benchmarks (head)
191191
if: steps.pr.outputs.same_repo == 'true'
192192
working-directory: bench-head
193193
env:
194194
PLAYWRIGHT_BROWSERS_PATH: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
195-
run: pnpm run benchmark
195+
run: env -u CI pnpm run benchmark
196196

197197
- name: Upload benchmark artifacts
198198
if: steps.pr.outputs.same_repo == 'true'

0 commit comments

Comments
 (0)