Skip to content

Commit 8fc468a

Browse files
committed
ci: give this a shot
1 parent 09124df commit 8fc468a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run-bootstrap: false
4545

4646
- name: Install dependencies
47-
run: dart pub ${{ matrix.dependencies }}
47+
run: flutter pub ${{ matrix.dependencies }}
4848

4949
- name: Check format
5050
# Check dart format only on master
@@ -53,7 +53,8 @@ jobs:
5353
working-directory: ${{ matrix.package }}
5454

5555
- name: Generate
56-
run: melos generate
56+
run: dart run build_runner build --delete-conflicting-outputs
57+
working-directory: ${{ matrix.package }}
5758

5859
- name: Analyze
5960
run: flutter analyze --fatal-infos

0 commit comments

Comments
 (0)