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 b7660cc commit 418c7cbCopy full SHA for 418c7cb
.github/workflows/pr.yml
@@ -213,8 +213,8 @@ jobs:
213
--test_env="NG_E2E_RUNNER_WINDOWS_NPM=${{steps.wsl_paths.outputs.npm_path}}" \
214
--test_env="NG_E2E_RUNNER_WINDOWS_TMP_DIR=${{steps.wsl_paths.outputs.tmp_path}}" \
215
--test_env="NG_E2E_RUNNER_WINDOWS_GIT_BASH_BIN=${{steps.wsl_paths.outputs.git_path}}" \
216
- --test_output=streamed
217
- --test_strategy=standalone
+ --test_output=streamed \
+ --strategy=TestRunner=standalone
218
shell: wsl-bash {0}
219
220
e2e-package-managers:
0 commit comments