* Load testing
This commit is contained in:
obabec
2022-04-09 15:37:44 +02:00
committed by GitHub
parent 96be69c520
commit 9109672b85
6 changed files with 389 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ jobs:
- name: Start Mosquitto
run: |
sudo apt-get install mosquitto
sudo service mosquitto stop
mosquitto_passwd -U .ci/mqtt_pass.txt
mosquitto -c .ci/mosquitto.conf -d
- name: Run integration-tests tests