feat: Run CI
Some checks failed
CI / Run Tests (push) Failing after 8s

This commit is contained in:
2024-11-14 16:58:22 -05:00
parent d6e217f556
commit 5f131d8fa2

View File

@@ -17,12 +17,12 @@ jobs:
- name: Start MQTT.
run: >
docker run -d --name mosquitto \
-p "1883:1883" \
-p "8883:8883" \
-p "8080:8080" \
-p "8081:8081" \
-v "./mosquitto/config:/mosquitto/config" \
-v "./mosquitto/certs:/mosquitto/certs"
-p "1883:1883" \
-p "8883:8883" \
-p "8080:8080" \
-p "8081:8081" \
-v "./mosquitto/config:/mosquitto/config" \
-v "./mosquitto/certs:/mosquitto/certs"
- name: Build the test image.
run: docker buildx build -f Dockerfile.test -t swift-mqtt-dewpoint:test .
- name: Run Test