From 4224fcf4f8dd2bc0cb45c3f412263a55e7c1edf6 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 23 Nov 2025 19:28:39 -0800 Subject: [PATCH] chore: trigger new workflow run with real-time monitoring --- .github/workflows/spark-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spark-integration-tests.yml b/.github/workflows/spark-integration-tests.yml index 777d6f52f..371ede865 100644 --- a/.github/workflows/spark-integration-tests.yml +++ b/.github/workflows/spark-integration-tests.yml @@ -125,7 +125,7 @@ jobs: # Run tests in detached mode docker compose up -d spark-tests - echo "Monitoring test logs for EOF error to download file immediately..." + echo "Real-time monitoring: Will download file the instant EOF error appears..." # Monitor logs and download file AS SOON AS EOF error appears (