Skip to content

Commit cbb0ba2

Browse files
jnthntatumcopybara-github
authored andcommitted
Add policy conformance tests to postsubmit windows bazel test workflow.
PiperOrigin-RevId: 933163726
1 parent 903210f commit cbb0ba2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows_bazel_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
# //... won't work.
2626
shell: bash
2727
run: |
28-
bazelisk test --config=msvc conformance:all
28+
bazelisk test --config=msvc conformance:all conformance/policy:all

.github/workflows/windows_bazel_test_post_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
trigger-test:
1010
# This prevents the workflow from running automatically when someone
1111
# pushes to their fork.
12-
if: github.repository == 'google/cel-cpp'
12+
if: github.repository == 'cel-expr/cel-cpp'
1313
uses: ./.github/workflows/windows_bazel_test.yml

0 commit comments

Comments
 (0)