From e4ea35118f39c4791b905c347d1c4e29509e5f50 Mon Sep 17 00:00:00 2001 From: Crown0815 Date: Sat, 24 May 2025 19:02:57 +0200 Subject: [PATCH] ci: Check if rc-service docker status is doing something --- .github/workflows/windows-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index b78e81c9..2827ee75 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -56,7 +56,7 @@ jobs: #fi # Check Docker service status - #docker_status=$(rc-service docker status 2>&1 || echo "not running") + docker_status=$(rc-service docker status 2>&1 || echo "not running") # Start Docker only if it's not already running or starting #if echo "$docker_status" | grep -q "not running"; then