Skip to content

Commit 2ce57fa

Browse files
committed
fix test
1 parent 5101adf commit 2ce57fa

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
@@ -32,7 +32,7 @@ runs:
3232
# * symlink_prefix=/: Needed as otherwise we will create unix symlinks in the Windows host.
3333
- run: |
3434
${{inputs.command}} \
35-
--//e2e/legacy-cli:enable_native_windows_testing=true \
35+
--//tests/e2e/legacy-cli:enable_native_windows_testing=true \
3636
--test_env="NG_E2E_RUNNER_WSL_ROOT=${{steps.init_wsl.outputs.wsl_root_path}}" \
3737
--test_env="NG_E2E_RUNNER_WSL_UNC_BASE=${{steps.init_wsl.outputs.wsl_root_unc_path}}" \
3838
--test_env="NG_E2E_RUNNER_WINDOWS_CMD=${{steps.init_wsl.outputs.cmd_path}}" \

0 commit comments

Comments
 (0)