Skip to content

Commit c19d6f8

Browse files
committed
Don't check for cli compilation errors
1 parent b7673a7 commit c19d6f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test-plugin.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ jobs:
140140
cat << EOF >> user.bazelrc
141141
build --strategy=TestRunner=local
142142
EOF
143-
- name: CLI COMPILE WARNINGS AS ERRORS
144-
if: inputs.plugin == 'rabbitmq_cli'
145-
run: |
146-
bazel build //deps/rabbitmq_cli:compile_warnings_as_errors \
147-
--verbose_failures
148143
- name: COMPUTE TESTS IN SHARD
149144
id: shard
150145
run: |

0 commit comments

Comments
 (0)