Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 26, 2024
1 parent 1b0fcc5 commit bfb7927
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
channel: "stable"


- name: Install CLI
run: |
dart pub global activate protoc_plugin
Expand All @@ -81,9 +82,11 @@ jobs:
- name: Build Libraries
run: |
make android ANDROID_ARCH=all
make macos
make ffigen
make android ANDROID_ARCH=all
make macos
make ffigen
flutter config enable-macos-desktop
- name: Running widget tests
run: make widget-tests
Expand Down

0 comments on commit bfb7927

Please sign in to comment.