From afaa9249115fe889c4663aff82f1bbfbf026a573 Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Mon, 15 Jul 2024 14:03:53 +0200 Subject: [PATCH] correct name --- .github/workflows/test_platformio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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