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 6f90c73 commit 9ac0b14Copy full SHA for 9ac0b14
.github/workflows/pr_validation.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
defaults:
9
run:
10
- working-directory: ./flutter_test_runners/example_deep_links
+ working-directory: ./packages/flutter_test_runners/example_deep_links
11
12
steps:
13
- name: Checkout Repository
@@ -49,7 +49,7 @@ jobs:
49
50
echo "Changing working directory to the example app"
51
ls -la
52
- cd ./flutter_test_runners/example_deep_links
+ cd ./packages/flutter_test_runners/example_deep_links
53
echo "Working directory: $(pwd)"
54
echo ""
55
0 commit comments