Skip to content

Commit 44f83f9

Browse files
committed
Fix artifact name
1 parent e0c8864 commit 44f83f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- '--turbopack=true'
188188
selector:
189189
- '--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'
191191
uses: ./.github/workflows/build_reusable.yml
192192
with:
193193
afterBuild: pnpm install && ./node_modules/.bin/devlow-bench ./scripts/devlow-bench.mjs --datadog=ubuntu-latest-16-core ${{ matrix.mode }} ${{ matrix.selector }}

scripts/devlow-bench.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ describe(
567567
)
568568

569569
describe(
570-
'heavy-npm-deps build test',
570+
'heavy-npm-deps-build test',
571571
{
572572
turbopack: true,
573573
page: Object.keys(pages),

0 commit comments

Comments
 (0)