Skip to content

Commit ea1f415

Browse files
committed
ci(dart): using working directory
using working directory
1 parent dfed9da commit ea1f415

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
run: flutter pub get
4848

4949
- name: Analyze
50-
run: cd example && flutter analyze --no-pub
50+
working-directory: ./example
51+
run: flutter analyze --no-pub
5152

5253
- name: Test
53-
run: cd example && flutter test --no-pub --coverage
54+
working-directory: ./example
55+
run: flutter test --no-pub --coverage

0 commit comments

Comments
 (0)