Skip to content

Commit

Permalink
fix(ci): run pub get in goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 4, 2021
1 parent 8a3ac22 commit e461f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: dart pub global activate melos

- name: Install dependencies
run: melos bootstrap
run: melos bootstrap && cd packages/riverpod_cli/fixtures/notifiers/input && flutter pub get && cd -

- name: Check format
run: flutter format --set-exit-if-changed .
Expand Down
1 change: 1 addition & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: my_project
packages:
- packages/**
- examples/**
- packages/riverpod_cli/fixtures/*/golden/

scripts:
analyze:
Expand Down

0 comments on commit e461f4b

Please sign in to comment.