feat: Run CI
Some checks failed
CI / Run Tests (push) Failing after 1m39s

This commit is contained in:
2024-11-14 17:09:31 -05:00
parent 6c916215ea
commit c13a1a14a3

View File

@@ -23,7 +23,7 @@ jobs:
-p "8081:8081" \
eclipse-mosquitto:latest
- name: Build the test image.
run: docker buildx build -f Dockerfile.test -t swift-mqtt-dewpoint:test .
run: docker build -f Dockerfile.test -t swift-mqtt-dewpoint:test .
- name: Run Test
run: >
docker run --rm \