We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bbe0c commit 2ec5442Copy full SHA for 2ec5442
.github/workflows/pr_validation.yaml
@@ -44,7 +44,11 @@ jobs:
44
disable-animations: false
45
script: |
46
echo "Running emulator..."
47
+ echo "Working directory: $(pwd)"
48
+ echo ""
49
50
+ echo "Changing working directory to the example app"
51
+ echo "Current directory listing: $(ls -la)"
52
cd ./flutter_test_runners/example_deep_links
53
echo "Working directory: $(pwd)"
54
echo ""
0 commit comments