Skip to content

Commit ceddf5d

Browse files
committed
fixup! build: move from using WORKSPACE to MODULE.bazel
1 parent afd644f commit ceddf5d

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
@@ -39,7 +39,7 @@ runs:
3939
4040
cd ${{steps.init_wsl.outputs.repo_path}}
4141
pnpm bazel \
42-
build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}} --platforms=tools:windows_x64
42+
build --config=e2e //tests/legacy-cli:${{inputs.test_target_name}}
4343
env:
4444
# See: https://devblogs.microsoft.com/commandline/share-environment-vars-between-wsl-and-windows
4545
WSLENV: 'GOOGLE_APPLICATION_CREDENTIALS/p'

0 commit comments

Comments
 (0)