diff --git a/.github/workflows/test_platformio.yml b/.github/workflows/test_platformio.yml index f00fb91..0bd96e7 100644 --- a/.github/workflows/test_platformio.yml +++ b/.github/workflows/test_platformio.yml @@ -22,7 +22,7 @@ jobs: # Restart MQTT after volumes have been checked out uses: docker://docker with: - args: docker restart mqtt + args: docker restart mosquitto - name: Test run: | pio test -e native -v \ No newline at end of file