NOISSUE - Fix build tags (#2817)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2025-04-11 15:28:29 +02:00
committed by GitHub
parent 757ad31f92
commit 0e571d1905
13 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -51,11 +51,11 @@ jobs:
- name: Compile check for rabbitmq
run: |
SMQ_MESSAGE_BROKER_TYPE=rabbitmq make mqtt
SMQ_MESSAGE_BROKER_TYPE=msg_rabbitmq make mqtt
- name: Compile check for redis
run: |
SMQ_ES_TYPE=redis make mqtt
SMQ_ES_TYPE=es_redis make mqtt
- name: Build and push Dockers
run: |
+2 -2
View File
@@ -43,11 +43,11 @@ jobs:
- name: Compile check for rabbitmq
run: |
SMQ_MESSAGE_BROKER_TYPE=rabbitmq make mqtt
SMQ_MESSAGE_BROKER_TYPE=msg_rabbitmq make mqtt
- name: Compile check for redis
run: |
SMQ_ES_TYPE=redis make mqtt
SMQ_ES_TYPE=es_redis make mqtt
run-tests:
name: Run tests