From 80517a170a15d6d9e7db977a1b89eca78cc2ebdd Mon Sep 17 00:00:00 2001 From: luke-b Date: Fri, 21 Jun 2024 20:17:53 +0200 Subject: [PATCH] less verbose --- .github/workflows/take-screenshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/take-screenshots.yml b/.github/workflows/take-screenshots.yml index 98f26f3..fc62891 100644 --- a/.github/workflows/take-screenshots.yml +++ b/.github/workflows/take-screenshots.yml @@ -37,7 +37,7 @@ jobs: pwd echo "List of files before cd:" ls -R - xvfb-run -s "-screen 0 360x800x24" flutter drive --verbose --target="./test_driver/screenshot_test.dart" # Ensure correct relative path + xvfb-run -s "-screen 0 360x800x24" flutter drive --target="test_driver/screenshot_test.dart" # Ensure correct relative path mkdir -p ../screenshots # Create the screenshots directory in the parent directory cp build/screenshots/*.png ../screenshots/ # Copy screenshots to the parent directory