We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5101adf commit 2ce57faCopy full SHA for 2ce57fa
.github/shared-actions/windows-bazel-test/action.yml
@@ -32,7 +32,7 @@ runs:
32
# * symlink_prefix=/: Needed as otherwise we will create unix symlinks in the Windows host.
33
- run: |
34
${{inputs.command}} \
35
- --//e2e/legacy-cli:enable_native_windows_testing=true \
+ --//tests/e2e/legacy-cli:enable_native_windows_testing=true \
36
--test_env="NG_E2E_RUNNER_WSL_ROOT=${{steps.init_wsl.outputs.wsl_root_path}}" \
37
--test_env="NG_E2E_RUNNER_WSL_UNC_BASE=${{steps.init_wsl.outputs.wsl_root_unc_path}}" \
38
--test_env="NG_E2E_RUNNER_WINDOWS_CMD=${{steps.init_wsl.outputs.cmd_path}}" \
0 commit comments