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 afd644f commit ceddf5dCopy full SHA for ceddf5d
.github/shared-actions/windows-bazel-test/action.yml
@@ -39,7 +39,7 @@ runs:
39
40
cd ${{steps.init_wsl.outputs.repo_path}}
41
pnpm bazel \
42
- build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}} --platforms=tools:windows_x64
+ build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}}
43
env:
44
# See: https://devblogs.microsoft.com/commandline/share-environment-vars-between-wsl-and-windows
45
WSLENV: 'GOOGLE_APPLICATION_CREDENTIALS/p'
0 commit comments