diff --git a/.github/workflows/test-plugin-mixed.yaml b/.github/workflows/test-plugin-mixed.yaml index 43560a27b5..6f24f0f3f6 100644 --- a/.github/workflows/test-plugin-mixed.yaml +++ b/.github/workflows/test-plugin-mixed.yaml @@ -85,6 +85,12 @@ jobs: cat << EOF >> user.bazelrc build --strategy=TestRunner=local EOF + - name: deps/rabbitmq_amqp1_0 SETUP + if: inputs.plugin == 'rabbitmq_amqp1_0' + run: | + cat << EOF >> user.bazelrc + build --strategy=TestRunner=local + EOF - name: deps/rabbitmq_auth_backend_ldap SETUP if: inputs.plugin == 'rabbitmq_auth_backend_ldap' run: | diff --git a/.github/workflows/test-plugin.yaml b/.github/workflows/test-plugin.yaml index 64573b00be..d2853ff890 100644 --- a/.github/workflows/test-plugin.yaml +++ b/.github/workflows/test-plugin.yaml @@ -85,6 +85,12 @@ jobs: cat << EOF >> user.bazelrc build --strategy=TestRunner=local EOF + - name: deps/rabbitmq_amqp1_0 SETUP + if: inputs.plugin == 'rabbitmq_amqp1_0' + run: | + cat << EOF >> user.bazelrc + build --strategy=TestRunner=local + EOF - name: deps/rabbitmq_auth_backend_ldap SETUP if: inputs.plugin == 'rabbitmq_auth_backend_ldap' run: |