Skip to content

Commit

Permalink
less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-b authored Jun 21, 2024
1 parent 30bf685 commit 80517a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/take-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80517a1

Please sign in to comment.