Skip to content

Commit 0fc759b

Browse files
committed
ci: do not expand glob in shell
This ensures that the glob is expanded by the Node.js package as otherwise not all tests will be picked up. Before: ```js LEGACY_CLI__argv: {"esbuild":true,"glob":"tests/basic/build.ts","ignore":["tests/misc/browsers.js"], } ``` Now: ```js ```
1 parent 9a12ea7 commit 0fc759b

File tree

1 file changed

+1
-1
lines changed
  • .github/shared-actions/windows-bazel-test

1 file changed

+1
-1
lines changed

.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ runs:
4646
node ./scripts/windows-testing/parallel-executor.mjs \
4747
"./dist/bin/tests/legacy-cli/${{ inputs.test_target_name }}_/${{ inputs.test_target_name }}.bat.runfiles" \
4848
${{ inputs.test_target_name }} \
49-
"${{ inputs.test_args }}"
49+
${{ inputs.test_args }}

0 commit comments

Comments
 (0)