File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
- ' --turbopack=true'
188
188
selector :
189
189
- ' --scenario=heavy-npm-deps --page=homepage --mode=dev'
190
- - ' --scenario=" heavy-npm-deps build" --page=homepage --mode=build'
190
+ - ' --scenario=heavy-npm-deps- build --page=homepage --mode=build'
191
191
uses : ./.github/workflows/build_reusable.yml
192
192
with :
193
193
afterBuild : pnpm install && ./node_modules/.bin/devlow-bench ./scripts/devlow-bench.mjs --datadog=ubuntu-latest-16-core ${{ matrix.mode }} ${{ matrix.selector }}
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ describe(
567
567
)
568
568
569
569
describe (
570
- 'heavy-npm-deps build test' ,
570
+ 'heavy-npm-deps- build test' ,
571
571
{
572
572
turbopack : true ,
573
573
page : Object . keys ( pages ) ,
You can’t perform that action at this time.
0 commit comments