Skip to content

Commit 398619d

Browse files
authored
Fix test suite name added in #24288 (#24360)
1 parent bbf1caa commit 398619d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ jobs:
671671
- install-v8
672672
- install-node-canary
673673
- run-tests:
674-
title: "esm-integration"
675-
test_targets: "esm-integration"
674+
title: "esm_integration"
675+
test_targets: "esm_integration"
676676
- upload-test-results
677677
test-wasm2js1:
678678
environment:

0 commit comments

Comments
 (0)