diff --git a/Makefile b/Makefile index f033cea..3ff79d4 100755 --- a/Makefile +++ b/Makefile @@ -18,6 +18,5 @@ run: test-docker: @docker compose --file docker/docker-compose-test.yaml \ - --project-directory "${PWD}" \ run --build --remove-orphans -i --rm test @docker compose --file docker/docker-compose-test.yaml down diff --git a/README.md b/README.md index d07fb2e..730e339 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dewpoint-controller -![CI](https://git.housh/dev/actions/workflows/ci.yaml/badge.svg?branch=main) +[![CI](https://git.housh/dev/actions/workflows/ci.yaml/badge.svg?branch=main)] Listens to an MQTT broker for temperature and humidity sensors and calculates the dew-point temperature and enthalpy for the sensor, then publishes those back