Skip to content

Commit 9ac0b14

Browse files
Trying to get emulator action to work
1 parent 6f90c73 commit 9ac0b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
defaults:
99
run:
10-
working-directory: ./flutter_test_runners/example_deep_links
10+
working-directory: ./packages/flutter_test_runners/example_deep_links
1111

1212
steps:
1313
- name: Checkout Repository
@@ -49,7 +49,7 @@ jobs:
4949
5050
echo "Changing working directory to the example app"
5151
ls -la
52-
cd ./flutter_test_runners/example_deep_links
52+
cd ./packages/flutter_test_runners/example_deep_links
5353
echo "Working directory: $(pwd)"
5454
echo ""
5555

0 commit comments

Comments
 (0)