Skip to content

Commit 2ec5442

Browse files
Trying to get emulator action to work
1 parent 57bbe0c commit 2ec5442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ jobs:
4444
disable-animations: false
4545
script: |
4646
echo "Running emulator..."
47+
echo "Working directory: $(pwd)"
48+
echo ""
4749
50+
echo "Changing working directory to the example app"
51+
echo "Current directory listing: $(ls -la)"
4852
cd ./flutter_test_runners/example_deep_links
4953
echo "Working directory: $(pwd)"
5054
echo ""

0 commit comments

Comments
 (0)