Skip to content

Commit

Permalink
path test
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-b authored Jun 21, 2024
1 parent e99b4ec commit e48f012
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 @@ -33,7 +33,7 @@ jobs:
- name: Run tests and take screenshots
run: |
sudo apt-get install -y xvfb
xvfb-run -s "-screen 0 360x800x24" flutter drive --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 e48f012

Please sign in to comment.